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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #D7150B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D7150B;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #D7150B;
}
.dateTxt {color: #CCCCCC}
.titleTxt {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.contentBox {
	height:410px;
	width: 790px;
	overflow:auto;
}
a.subnav:link, a.subnav:visited  {
	display: block;
	background: #aaaaaa;
	vertical-align: middle;
	font-weight: bold;
	color: #fffeff;
	text-align: center;
	height: 15px !important;
	height: 15px;
	width: 200px;
    padding:5px;
	text-decoration: none;
}

a.subnav:hover {
	background: #d8160a;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    color: #ffffff;
}

.sectionTxt {
	font-size: 14px;
	font-weight: bold;
}.tableHeader {
	color: #FFF;
}
.servReq {
	font-size: 14px;
}
