
/* General settings */
 
body {font-family: Arial, Helvetica; font-size: 12px; height: 100%; margin: 0 0 0 0;}

table {font-family: Arial, Helvetica; font-size: 12px; padding: 0;}

.largetext {font-size: 120%; }
.smalltext {font-size: 90%; }
.warn { color: red; font-size: 90%; }
.error { color: red; }
.required { color: red; font-size: 90%; }

.helplink {
	font-size: 85%;
	font-weight: bold;
	margin-left: 5px;
}
.form_head { font-size: 16; font-weight: bold;}
.form_norm { font-size: 12; font-weight: normal;}
.form_table{ height: auto;}
.long_table{ height: 100%;}

/*
    .headerback {background: #A3A3A3;}
    .menuback {background: #1b4eba;}
*/

/* Header section */
.headerback {background: #000080;}
.topleftimg {height:150px; width=50px;}

.mainhead1 {font-family: times ; font-size: 42; font-weight: bold; color: #FFCC00;}
.mainhead2 {font-family: times; font-size: 20; font-weight: bold; color: #FFCC00;}
	

.header2 { border: solid; padding: 20px 10px 20px 10px; color: #FFCC00; font-size: 16; font-weight: bold;}

/* Menu settings */
/*
.menuback {background: #666666;}
a.menu {
	font-size: 12;
	display: block;
	width:130px;
	padding: 2px 2px 2px 10px;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #FFCC00;
	text-decoration: None;
	}

a.menu:link { }
a.menu:active { }
a.menu:visited {}
a.menu:hover { text-decoration: underline}
*/
a.topmenu {
	color: #FFCC00;
	font-size: 11;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	}

/* Main text area */
.mainarea { padding: 10px 10px 10px 10px; background: #FFFFFF; }


