/*
 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 : verdana;
	font-size : 13px;
	color : black;
	background-color: #7d7d7d;
	background-image: url(../images/center_bkg.gif);
	background-repeat: repeat-x;
}


hr{
	height : 1px;
	color: #426485;
}

h1{
	font-size:18px;
	color: #4e2614;
	font-weight: bold;
}

h2{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #4e2614;
}
h3{
	
	font-size: 16px;
	font-weight: bold;
	color : #C32021;
}
h4{
	font-size: 12px;
	font-family : verdana;
}
h5{
	font-size: 14px;
	font-family : verdana;
}
p, span, table, td {
	font-family : verdana;
	font-size : 12px;
}

b{
	color : #C32021;
}

textarea, input, select {
	font-family : verdana;
	font-size : 12px;
}

a:link {
	color : #C32021;
	text-decoration : underline;
	
}

a:visited {
	color : #C32021;
	text-decoration : underline;
	
}

a:hover {
	color : black;
	text-decoration : none;
	
}

a:active {
	color : black;
	text-decoration : none;
	
}

.topNav{
	background-image: url(../images/btn_bkg.jpg);
	background-position: top;
	color: #4e2614;
	font-weight: normal;
}
.topnav_over{
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/btn_bkg.jpg);
	background-position: bottom;
}
.topNav a:link {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:visited {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:hover {
	color : #C32021;
	text-decoration : underline;
	font-weight : normal;
}

.topNav a:active {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}
.topNav_over a:link {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}

.topNav_over a:visited {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}

.topNav_over a:hover {
	color : #C32021;
	text-decoration : underline;
	font-weight : normal;
}

.topNav_over a:active {
	color : #C32021;
	text-decoration : none;
	font-weight : normal;
}
.copyright{
	font-size:10px;
	color: #4e2614;
	font-weight: normal;
}
.copyright a:link {
	color : #4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #4e2614;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.tableheader {
	text-align: center;
	font-size: 14px;
	background-color :#d3162e;
	color :#FFFFFF;
}

.tablerow1 {
	background-color :#FFFFFF;
	color :#2457A1;
}

.tablerow2 {
	background-color :#2457A1;
	color :#FFFFFF;
}