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