/*
 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;
	background-color: #898989;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

hr{
	height : 1pt;
	color: #426485;
}

h1{
	font-size:16px;
	color: #600C0C;
}

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;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	
}

a:hover {
	color : black
	text-decoration : none;
	
}

a:active {
	color :#004B8D;
	text-decoration : none;
	
}

.leftNav{
	color:white;
	font-weight:bold;
}
.leftNav a:link {
	color : #AEACAD;
	text-decoration : none;
	font-weight : normal;
}

.leftNav a:visited {
	color : #AEACAD;
	text-decoration : none;
	font-weight : normal;
}

.leftNav a:hover {
	color : #AEACAD;
	text-decoration : underline;
	font-weight : normal;
}

.leftNav a:active {
	color : #AEACAD;
	text-decoration : none;
	font-weight : normal;
}
.copyright{
	font-size:10px;
	color: #426485;
	font-weight: normal;
}
.copyright a:link {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}