/* CSS Document */

/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

	
/*//---------------------------------------------*/
/*// Static Image Settings					 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Navigation Settings					 */
/*//---------------------------------------------*/

td.navLeft {
	background-color:#FFFFFF;
}

table.NavTable {
	border: 1px solid #6f6f6f;
	background: #000000;
	margin-top: 4px;
}


.anchorNav {
	background-color:#FF0000;
	color:#FFFFFF;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	background-color: #ffffff;
}
table.borderMainTable {
	border: thin none #FFFFFF;
	background: #FFFFFF;
}
.borderTable {
	border: 1px solid #FF0000;
}
body, p, div, span, ul, .content, table, tr, td, html {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.headerCell h1 a {
	width: 753px;
	height: 240px;
	background: url(images/header.jpg) no-repeat;
}
.mid-section {
	background: url(images/mid-bg.jpg) repeat-x;
	height: 39px;
}	

td.bodyCell {
	background: url(images/body-bg.jpg) repeat-x #FFFFFF;
	height: 493px;
	
	padding: 10px 10px 10px 10px;
}

td.copyrightCell {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.bvCell {
	background-color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/

a {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.navLink {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
a.navLink:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.copyright {
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.copyright:hover {
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.anchor {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.anchor:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Text Settings					 */
/*//---------------------------------------------*/

.mid-section {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
div.tableSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
.redText {
	color:#FF0000;
}
.redText14 {
	color:#FF0000;
	font-size: 14px;
}
.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.topicBg {
	background: url(images/topic-bg.jpg) repeat-x #000000;
	padding: 2px 2px 2px 2px;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.leftAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.disclaimerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Main Table Settings					 */
/*//---------------------------------------------*/

tr.tableTitle {
	background: url(images/table-title-bg.jpg) repeat-x;
	height: 18px;
}
tr.tableSubTitle {
	background: url(images/table-subtitle-bg.jpg) repeat-x #e53036;
	height: 15px;
}
tr.tableCell {
	background: #FFFFFF url(none) no-repeat;
	height: 113px;
	
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Other Settings								 */
/*//---------------------------------------------*/

div.rights {
	font-size: 11px;
}
div.copyright {
	background: url(images/bv-logo.jpg) no-repeat 190px 0px;
	width: 753px;
	height: 25px;
	
	font-size: 11px;
}

.textRequiredField {
	font-weight: bold;
}
.tableRow1 {
	background-color:#f0f0f0;
}
tr.altRow {
	background-color: #dfdfdf;
}

.imgBorder { border: 1px solid #ffffff; }
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

