/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #Black;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #939598;
	scrollbar-shadow-color : White;
}

hr{
	height : 1pt;
}
H4{
	color: #004A8D;
}
p, span, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.copyright{
	color : white;
	font-size : 11px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topnav{
	color : white;
	font-size : 11 px;
	font-weight : normal;
	padding-left: 8px;
	padding-right: 8px;
}

.topnav a:link {
	color : white;
	font-weight : normal;
	text-decoration : none;
}

.topnav a:visited {
	color : white;
	font-weight : normal;
	text-decoration : none;
}

.topnav a:hover {
	color : white;
	font-weight : normal;
	text-decoration : underline;
}

.topnav a:active {
	color : white;
	font-weight : normal;
	text-decoration : none;
}


a:link {
	color : black;
	text-decoration : underline;
	font-weight : normal;
}

a:visited {
	color : black;
	text-decoration : underline;
	font-weight : normal;
}

a:hover {
	color : #020613
	text-decoration : none;
	font-weight : normal;
}

a:active {
	color :black;
	text-decoration : underline;
	font-weight : normal;
}


