@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;	
}
a {	
	text-decoration:none;
}
a:hover {	
	color: #B23333;
	text-decoration: underline
	}

body {
	margin-top: 15px;
	background-color:#FFFFFF;
}

.homenav {	
	color: #B23333;
	font-weight: normal;
	font-size: 24px;
	font-style:none;
	text-decoration:none;
}
.footnav {	
	color: #B23333;
	font-weight: normal;
	font-size: 12px;
	font-style:none;
	text-decoration:none;
}
.masternav {	
	color: #B23333;
	font-weight: normal;
	font-size: 16px;
	font-style:none;
	text-decoration:none;
}
.subnav {	
	color: #B23333;
	font-weight: normal;
	font-size: 12px;
	font-style:none;
	text-decoration:none;
}

	
H1 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5em;	
	}
	
H2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;	
	}


#footer a {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 1.5em;	
	color: #000000;
	text-align:center;
	font-weight: normal;
	}

#footer {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 1.5em;	
	color: #000000;
	text-align:center;
	}

.leftborder {
border-style:solid;
	border-right-color:#B23333;
	border-right-width:1px;
	border-left:none;
	border-bottom:none;
	border-top:none;
	width:25px;
}
.rightborder {
border-style:solid;
	border-left-color:#B23333;
	border-left-width:1px;
	border-right:none;
	border-bottom:none;
	border-top:none;
	width:25px;
}
.centertable {
border-style:solid;
	border-left-color:#B23333;
	border-left-width:1px;
	border-right:none;
	border-bottom:none;
	border-top:none;
	width:25px;
}
