/* MAIN FONT STYLE*/

BODY { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45555F;
	
	scrollbar-face-color: #449B66;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #CACACA;
	scrollbar-3dlight-color: #445555;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-track-color: #C8C8C8;
	scrollbar-arrow-color: #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	marginheight : 0px;
	marginwidth: 0px;
	topmargin: 0px;
	leftmargin: 0px;
	rightmargin: 0px;
	bottommargin: 0px;
	/*background: #E1E1E1;*/	
}
TD, P, LI, BLOCKQUOTE, .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45555F;
}

/* LINKS*/
A:link {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
A:visited {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
A:hover { color: #6F847F; text-decoration: underline; font-weight: bold; text-decoration : none; font-family : Arial; }
A:active {color: #6F847F; font-weight: bold; text-decoration : none; font-family : Arial; }

/* Top level link for side nav*/
.sidenavsub A:link {color: #6F847F; font-weight: bold; text-decoration : none; font-family : Arial; font-size : 11px;}
.sidenavsub A:visited {color: #6F847F; font-weight: bold; text-decoration : none; font-family : Arial; font-size : 11px;}
.sidenavsub A:hover { color: #483D8B; font-weight: bold; text-decoration: underline; font-family : Arial; font-size : 11px;}
.sidenavsub A:active {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; font-size : 11px;}

/* Heading for the Page*/
.headingTitle { 
	font-size: 14px;
	font-weight: bold;
	color : #000000;
}

/* Title for the side nav section*/
.sectionTitle { 
	font-size: 14px;
	font-weight: bold;
	color : #449B66;
 	font-family : Ariel, Helvetica, Verdana;
}

/* Title for the Page*/
.pageTitle { 
	font-size: 14px;
	font-weight: bold;
	color : #6F847F;
}

/* Sub Title for the Page*/
.colHeader { 
	font-size: 14px;
	font-weight: bold;
	color : #6F847F;
}

/* Small Inline nav for the Page*/
.pagenavsmall { 
	font-size: 11px;
	font-weight: bold;
	color : #Maroon;
}

/* form elements*/
.button {
	color: Purple; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold
}
input, TEXTAREA {
	font-family: Verdana, Arial, serif, sans-serif;
	border : thin groove;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 10px;
}

SELECT {
	font-family: Verdana, Arial, serif, sans-serif;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 10px;	
}