body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CC0000;
	margin: 0px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.win {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
}

.SubHeading {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	word-spacing: normal;
	letter-spacing: 1px;
}

.Faq{
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	word-spacing: normal;
	}
	
.PageHeader {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-transform: uppercase;
	text-indent: 5pt;
	padding: 2px;
}
.noborder {
	border: none;
}
.borderbottom {
border-bottom:solid #333333 1px;
}
.addimage
{
	
}

A.whitetext:link {
    text-decoration:    none;
    color:#FFFFFF;
}
 
A.whitetext:visited  {
    text-decoration:    none;
    color:#CCCCCC;
}
 
A.whitetext:active   {
    text-decoration:    none;
    color:#CC0000;
}
 
A.whitetext:hover    {
    text-decoration:    none;
    color:#CC0000;
}
A.whitetextline:link {
    text-decoration:    underline;
    color:#FFFFFF;
}
 
A.whitetextline:visited  {
    text-decoration:    underline;
    color:#FFFFFF;
}
 
A.whitetextline:active   {
    text-decoration:    underline;
    color:#CC0000;
}
 
A.whitetextline:hover    {
    text-decoration:    underline;
    color:#CC0000;
    
}

.messageText {
	color:Black;
	font-size:small;
	font-weight:bold;
	
}
.messageError {
	color:Red;
	font-size:medium;
	font-weight:bold;
	
}
