body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	color: #333333;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	font-style: normal
	color: #333333;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}


.PageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;

}


.BlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0066CC;
	font-weight: bold;
}


.BodyTextBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;

}

.BodyTextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;

}

.BodyTextCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

.NewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8b4513;

}

.NewsTextBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #8b4513;

}

.RedSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:663300;
}

.OrangeSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#666666;
}



.RedNavLink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#663300;
}


a:link {
	color: #663300;
}

a:visited {
  color: #999999;
}

a:hover {
    color: #663300;
	text-decoration: none;
}

a:active {
	color: #663300;
	text-align: center;
	font-weight: bold;
}


table.TableBorder {
	border-collapse: collapse;
	border: 1px solid #660000;
}

