BODY  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
	color : #000000;
}

A  {
	color : #056AA6;
}

A:Visited  {
	color : #056AA6;
}

A:Active  {
	color : #A60505;
}

A:Hover  {
	color : #A60505;
}

TABLE  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
}

TD  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
}

P  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
	color : #000000;
}

UL  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
}

LI  {
	FONT-FAMILY : 'times new roman';
	FONT-SIZE : 12pt;
	FONT-WEIGHT : normal;
}

.footer  {
	FONT-SIZE : 8pt;
	font-weight : normal;
	text-decoration : none;
}

.red  {
	color : #A60505;
	FONT-SIZE : 20pt;	
	FONT-WEIGHT : bold;
}

.blue  {
	color : #056AA6;
	FONT-SIZE : 18pt;	
	FONT-WEIGHT : bold;
}

.white  {
	color : #ffffff;
	FONT-SIZE : 20pt;	
	FONT-WEIGHT : bold;
}

table.datagrid {
	border: 1px solid #000000;
}
th.datagrid{
	background-color: #A80D03;
	color: #ffffff;
}
td.datagrid{
	background-color: #A80D03;
	color: #ffffff;
}
.bottomBorder{
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}