						/* S T A N D A R D */
body {
	background: #FFFFFF;
	scrollbar-face-color: #FFC02E;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #040085;
	scrollbar-arrow-color: #000000;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
}

body.front {
	background: #FFFFFF;
	scrollbar-face-color: #FFC02E;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #040085;
	scrollbar-arrow-color: #000000;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
}


						/* F O N T S */
font.std {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 10pt;
}

font.front {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

font.front_head {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 14pt;
}

font.front_2 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000099;
	font-size: 18pt;
	font-weight: bold;
}

font.front_3 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 14pt;
	font-weight: none;
}

font.head {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	line-height: 40px;
}


li {
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 10pt;
}




						/* L I N K S */
a:link {
	color: #040085;
	text-decoration: none;
}
a:visited {
	color: #040085;
	text-decoration: none;
}
a:hover {
	color: #040085;
	text-decoration: underline;
}
a:link.white {
	color: #FFFFFF;
}
a:visited.white {
	color: #FFFFFF;
}
a:link.noline {
	color: #000000;
	text-decoration: none;
}
a:visited.noline {
	color: #000000;
	text-decoration: none;
}

a img {
	border: 0px;
}



						/* C O M M O N   L A Y E R S */


div.inline {
	float: left;
	padding-right: 20px;
}

div.clear {
	clear: both;
}

div.main_page {
	Width: 100%;
}

div.header_bar_section {
	width: 100%;
	height: 105px;
}

div.header_bar_section_image {
	float: left;
	width: 700px;

}

div.header_bar_section_logo {
	float: left;
	width: 200px;

}

div.header_bar_section_spacer {
	float: left;
	width: 1px;

}

div.header_bar_section_autospacer {
	float: left;
	width: 1%;

}

div.header_bar_section_status {
	float: right;
/*	font-family: Arial, Helvetica, sans-serif;*/
	text-align: top;
	width: 250px;
	border: solid 1px #FFFFFF;

}

div.header_bar_section_status_1a {
	float: left;
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	text-align: top;
	width: 250px;
	background: #040085;

}

div.header_bar_section_status_1b {
	float: left;
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: top;
	width: 250px;
	background: #FFC02E;

}

div.main_section {
	width: 80%;
}

div.main_navmenu_section {
	width: 1px;
	float: left;
}

div.main_body_section {
	float: left;
/*	font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 10pt;
	padding-left: 170px;

}

div.admin {	
	font-size: 8pt;
	text-align:right;
}



