body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(/images/main_template/bk_main.jpg);
}

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.navdown {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666; text-decoration: none

}

a.subnav:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.subnav:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.subnav:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.subnav:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline}

H1 {
	color : #000000;
	font-size: 12px;
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	color: #000000;

}
a.homepagewhite:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.homepagewhite:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.homepagewhite:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.homepagewhite:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline}

a.bodylink:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #383330; text-decoration: none}
a.bodylink:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #383330; text-decoration: none}
a.bodylink:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #383330; text-decoration: none}
a.bodylink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #383330; text-decoration: underline}



input.stdfield,textarea.stdfield,option.stdfield,select.stdfield 
                                                                { background: #EAECF6; font-size: 100%; font-weight: normal; border: 1px solid; border-color: #006600 #006600 #006600 #006600; }

input.stdfieldwhite,textarea.stdfieldwhite,option.stdfieldwhite,select.stdfieldwhite 
                                                                { background: #FFFFFF; font-size: 55%; font-weight: bold; border: 1px solid; border-color: #006600 #006600 #006600 #006600; }

input.stdbutton { background: #D6DDEA url(/images/interface/stdbutton_up.gif) repeat-x !important; border: 1px solid; border-color: #006600 #006600 #006600 #006600; font-size: 100%; font-weight: bold; color: #000000; cursor: hand; }

input.stdbutton:hover,input.stdbutton:focus 
                                                                { background: #fefefe url(/images/interface/stdbutton_hv.gif) repeat-x !important; border: 1px solid; border-color: #006600 #006600 #006600 #006600; color: #FFFFFF; cursor: hand; }
 
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #FFFFE7;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px ;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFE7;
width: 145px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none
}

.anylinkmenu ul li a{
width: 100%;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none

border-bottom: 0px ;
padding: 2px 0;
text-decoration: none;
font-weight: bold;

}

.anylinkmenu a:hover{ /*hover background color*/
color: white;
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #383330; text-decoration: none
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-decoration: none
visibility: hidden;
}
