
SPAN, TD, .control
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial
}
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ff0000;
    FONT-FAMILY: arial
}

.tdheader
{
	background-color: #000000;
	color: #ffffff;
	font-size: 10pt;
}

.BoldandItalic
{
	font-weight: bold;
	font-style:italic;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style:italic;
}

.Big
{
	font-size:12pt;	
}

.BigandBold
{
	font-size:12pt;	
	font-weight:bold;
}

.Red
{
	color: #9E0047;
}

.header_marroon
{
	color: #663333;
	font-weight: 700;
	font-size: 10pt;
}
.White
{
	color: #ffffff; 
	FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana, Arial
}
.white10andBold
{
	font-size:10pt;	
	font-weight:bold;
	color: #ffffff;
}
.subhead
{
	color: #000000;
	font-weight:bold;
	font-size:10pt;
}
.heads
{
	.font-family:Arial;
	.font-weight:bold;
	.font-size:14pt;
}
A, A.visited
{
	text-decoration: none;
	color: #9E0047;
}