
/****************************  BASIC STYLES  ****************************/
a { text-decoration : none; }
a:link { color : #333399; }
a:visited { color : #333399; }
a:active, a:hover { color : #CC3300; }
body { padding: 10px; min-width: 750px; font-size: 12px; background-color: #003366; margin: 0px; font-family: Arial, Verdana, Helvetica;}
h1 { color: #2F6FB1; font: bold italic 1.3em Arial, Verdana, Helvetica; font-size: 20px; }
h2 { color: #2F6FB1; font: bold italic 1.3em Arial, Verdana, Helvetica; }
h3 { color: #2F6FB1; text-transform: uppercase; font: bold 1.2em Arial, Verdana, Helvetica; }
h4 { color: #2F6FB1; text-transform: uppercase; font: bold italic 1.2em Arial, Verdana, Helvetica; }
h5 { color: #2F6FB1; font: bold 1.1em Arial, Verdana, Helvetica; }
h6 { color: #2F6FB1; text-transform: lowercase; font: bold italic 1.1em Arial, Verdana, Helvetica; }
ul, ol, ul ul, ol ol, ul ul ul, ol ol ol, input, select, textarea { font : 1em Verdana, Arial, Helvetica; }
ul { list-style	: url(/graphics/bullet.gif); }
li { padding : 4px 4px 4px 4px; line-height: 130%; color: #333333; text-align: justify; font-family: Verdana, Arial, Helvetica; font-size: 13px; }
p { line-height: 130%; color: #333333; text-align: justify; font-family: Verdana, Arial, Helvetica; font-size: 13px;}
hr { color : #2F6FB1; height : 1px;}
legend { font-weight: bold; color: #333399; font-size: 14px; }
fieldset { padding: 20px; }

/****************************  LAYOUT  ****************************/
.divContainer { background-color: #FFFFFF; width: 100%; border:1px solid #121212; }
.divHomeTop { margin: 10px; border-bottom: 2px solid #999999; min-height: 165px; }
/*
.divMenu { height: 30px; line-height: 30px; text-align: center; border-top: 1px solid #333333;
	border-bottom: 2px solid #333333; background-image: url(images/menu_bg.jpg); font-weight: bold;
	font-size: 13px; }
*/
.divMenu { text-align: center; background-image: url(images/menu_bg.jpg); border-top: 1px solid #333333;
	border-bottom: 2px solid #333333; }

.divFooter { margin-top: 10px; border-top: 2px solid #333333; color: #333333; 
	text-align: center; font-family: Verdana, Arial, Helvetica; font-size: 10px; 
	border-bottom: 1px solid #333333; background-image: url(images/footer_bg.jpg); height:26px; 
	vertical-align: middle; line-height: 13px; padding: 2px;}
.divContent { min-height: 400px; padding:10px 50px 10px 50px; }
	
/***************************  CLASSES  ****************************/
.formtext { font-size: 11px; font-weight: bold; }
.forminput { font-size: 11px; color: #333333; }
.formbutton { border: 1px solid #003366; font-weight: bold; color: #003366; font-size: 11px; 
	padding:2px; background-color: #DEDEFF !important; }
.alert { font-size: 12px; color: #CC0000; font-weight: bold; text-align: center; }