/* MAIN TEXT SIZE */

/* GENERAL TEXT SETTINGS */
/* TINY - but inherits colour */
.text-tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 0.7em}
.text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #512D13;
}
/* TINY - LIGHT BLUE */
.text-tiny-lb { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em ; color: #ddeeff}

.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em ; color: #ddeeff}

/* PAGE TITLE SIZES */
.title-large {font-family: Arial, Helvetica, sans-serif; font-size: 3em; font-style: normal; font-weight: bold; color: #0D004C }
.title-medium {font-family: Arial, Helvetica, sans-serif; font-size: 2em; font-style: normal; font-weight: bold; color: #0D004C }

/* MENU STRIP DELIMITER */
.stripmenu-delim { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em ; color: #ddeeff;text-align : center;  }
.stripmenu {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: normal; font-weight: bold; color: #ffff00;text-align : center;   }
a.stripmenu-link:active {color: #ffff00}
a.stripmenu-link:visited {color: #D8D800; text-decoration: underline}
a.stripmenu-link:link {color: #FFFF00 ; text-decoration: underline}
a.stripmenu-link:hover {color: #ddeeff; text-decoration: underline}
/*  -----  YELLOW HEADERS
   MEDIUM is not yet used
   SMALL is for section titles in left menu bar and medium table sections
   TINY is for main title strap and small table sections
*/
.header-large-b { font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; font-style: normal; font-weight: bold; color: #0d004c }
.header-large-y { font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; font-style: normal; font-weight: bold; color: #FFFF00 }
.header-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #6E3A14;
	background-color: #D2B48C;
	border-bottom: thin solid Black;
	border-top: thin solid Black;
	padding: 0.5em 1em;
}
.header-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #6E3A14;
	background-color: #D2B48C;
	border-bottom: thin solid Black;
	border-top: thin solid Black;
	padding-left: 1em;
}
.header-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #6A4E28;
	background-color: #D2B48C;
	border-bottom: thin solid Black;
	border-top: thin solid Black;
}

body {  margin-top: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 5px}
