 body {
 	background-color : #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #FFFFFF;
    margin : 0px 0px 0px 0px;
 }

 a:visited {
	color: #CC0033;
 	text-decoration: none;
	font-weight: bold;
 }
 a:link {
 	color : #CC0033;
 	text-decoration: none;
	font-weight: bold;
 }
 a:active {
 	color : #CC0033;
 	text-decoration: none;
	font-weight: bold;
 }
 a:hover {
 	color: #CC0033;
 	text-decoration: underline;
	font-weight: bold;
 }
 a.content:visited {
	color: #990033;
 	text-decoration: none;
	font-weight: bold;
 }
 a.content:link {
 	color : #CC0033;
 	text-decoration: none;
	font-weight: bold;
 }
 a.content:active {
 	color : #CC0033;
 	text-decoration: none;
	font-weight: bold;
 }
 a.content:hover {
 	color: #CC0033;
 	text-decoration: underline;
	font-weight: bold;
 }
 td {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #FFFFFF;
 	font-weight: normal;
 }
 table {
 	border: 1px White;
 }
 .redstrip{
 	background-color: #CC0033;
 }
 .mainBlock {
 	background-color: #FFFFFF;
	border-left: 1px solid #CC0033;
	border-right: 1px solid #CC0033;
	color: #000000;
	padding: 20px 20px 20px 20px;
 }
 .navBlock {
	padding-top: 20px;
	padding-left: 5px;
 }
 .contentTitle {
 	font-size: 16px;
	font-weight: bold;
 }
  .contentred {
 	font-size: 12px;
	font-weight: normal;
	color : #CC0033;
 }
 
  .copyright {
 	font-size: 8px;
	font-weight: normal;
	color : #000000;
 }
 
 }
  .contentredbold {
 	font-size: 12px;
	font-weight: bold;
	color : #CC0033;
 }