
P  {
	margin-left: 10;
	margin-right: 10;
	color: #000000;
	font-size: 13px;
	font-family: Arial;}

H1  {}

H2  {}

H3  {}


A  {
	font-weight: bold;
	text-decoration: none;
	font-size : 9pt;
	font-family : Arial;
	color : black;
}

A:Visited  {
	font-weight: bold;
	text-decoration: none;
	font-size : 9pt;
	font-family : Arial;
	color : black;
}

A:Active  {
	font-weight: bold;
	text-decoration: none;
	color : black;
	font-size : 9pt;
	font-family : Arial;
}

A:Hover  {
	font-weight: bold;
	text-decoration: underline;
	color : #31659C;
	font-size : 9pt;
	font-family : Arial;
}

BODY  {	margin-top : 10px;
		margin-right : 10px;
		margin-left : 10px;
		color: #000000;
		font-size: 13px;
		font-family: Arial;	
}


TD,TR	{font-size: 13px;
			font-family: Arial;
}

.title {	color: #000000;
			font-weight: bold;
			font-size:	24px; /* Equivalent to <font size=5> */
			font-family: Arial Narrow;
		}

.subtitle {	color: #B31B1B;
			font-size: 13px;
			font-family: Arial;
			font-weight: bold;
		}

.tableheadings { color: white;
				 font-size: 13px;
				 font-family: Arial;
				 font-weight: bold;
				}

.tablelink  {
	font-weight: bold;
	text-decoration: none;
	font-size : 9pt;
	font-family : Arial;
	color : black;
}

.surplustext {	color: #FF0000;
				font-size: 13px;
			}
			
.errorText {color: red;}
