/* HTML SELECTORS CLASSES */

BODY { 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#002A68;
	scrollbar-shadow-color:#003DCE;
	scrollbar-face-color:#002A68;
	scrollbar-highlight-color:#EDEDE2;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#003DCE;
	background-image:url(../images/pagebg.gif)
}
hr{ 
	height: 1px;
	color:#CCCCCC;
}	
/* LINK / ANCHOR CLASSES */
a.bodylink:link,a.bodylink:active,a.bodylink:visited{
	color:#993333; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline;
	cursor:hand;  
}
a.bodylink:hover{
	color:#FFFFFF; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	cursor:hand;
	background-color:#993333;  
}
a.footer:link,a.footer:active,a.footer:visited,a.footer:hover{
	color:#FFFFFF; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
	cursor:hand;  
}
a.subnav:link,a.subnav:active,a.subnav:visited{
	color:#003366; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
	cursor:hand;  
}
a.subnav:hover{
	color:#FFFFFF; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
	cursor:hand; 
	background-color:#003366; 
}
/* OTHER CLASSES */
.bodytext{
	color:#003366; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal; 
}
.date{
	color:#993333; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal; 
}
.bodyimage_right{
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	float:right;
}
.bodytable{
	color:#003366; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 10px 10px 25px;
}
.subnavtext{
	color:#003366; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
	cursor:hand;  
}
.header1{
	color:#993333; 
	font-family:Arial; 
	font-size: 14px;
	font-weight: bold;  
	text-decoration: none;
}
.header2{
	color:#003366; 
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;  
	text-decoration: none;
}
.header3{
	color:#993333; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;  
	text-decoration: none;
}
.footnote{
	color:#B3B3B3; 
	font-family: Arial; 
	font-size: 12px;
	font-weight:normal;  
	text-decoration: none;
}
.footertext{
	color:#FFFFFF; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
}
.formfields{
	color:#003366; 
	font-family:Arial; 
	font-size: 12px;
	width:90px
}
.formfields2{
	color:#003366; 
	font-family:Arial; 
	font-size: 12px;
}
.button{
	color:#000000; 
	font-family: Arial; 
	font-size: 11px;
	border: 1px outset;
	background-color:#CCCCCC; 
	cursor: hand;  
	font-weight: normal; 
	margin: 0px 0px 0px 1px; 
	padding: 1px 1px 1px 1px;
    background-image:  url(../images/buttonbg.gif); 
    background-image: repeat-x;
	width:80px;
}

.upload_button{
	color:#000000; 
	font-family: Arial; 
	font-size: 11px;
	border: 1px outset;
	background-color:#CCCCCC; 
	cursor: hand;  
	font-weight: normal;
	background-image:  url(../images/buttonbg.gif); 
	margin: 0px 0px 0px 1px; 
	padding: 1px 1px 1px 1px;
}

.LOGIN_TEXT{
	color:#003366; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold; 
	padding: 0px 0px 0px 0px;
}
.LOGIN_TEXT2{
	color:#FFFFFF; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: 900; 
	padding: 0px 0px 0px 0px;
}
.ERROR_TEXT{
	color:#FD0000; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: 900; 
	padding: 0px 0px 0px 0px;
}


