P  {
	margin-left: 10;
	margin-right: 10;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

H1  {}

H2  {}

H3  {}

A  {
	color : DarkRed;
	font-size : 9pt;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
}

A:Visited  {
	color : DarkRed;
	font-size : 9pt;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
}

A:Active  {
	color : DarkRed;
	font-size : 9pt;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
}

A:Hover  {
	color : DarkRed;
	font-size : 9pt;
	font-family : Arial;
	text-decoration: underline;
	font-weight: bold;

}

BODY  {		color: #000000;
			font-size: 13px;
			font-family: Arial;
}


TD,TR	{	color: #000000;
			font-size: 13px;
			font-family: Arial;
}

.title {	color: #000000;
			font-weight: bold;
			font-size:	24px;
			font-family: Arial Narrow;
		}

.subtitle {	color: white;
			font-size: 13px;
			font-family: Arial;
			font-weight: bold;
		}

.tableheadings { color: #FFFFFF;
				 font-size: 13px;
				 font-family: Arial;
				 font-weight: bold;
				}
	
.surplustext {	color: #FF0000;
				font-size: 13px;
			}
			
.errorText {color: red;}


