BODY, TABLE, TR, TH, TD  {
	font-family : verdana, arial;
	font-size : 9pt;
	margin-left : 0 em;
	margin-top : 0 em;
	margin-right : 0 em;
	margin-bottom : 0 em;
	list-style : square;
}

H1  {
	font-family : arial;
	color : #660033;
	font-size : 16pt;
	font-weight : bold;
	margin : 0em;
}

H3  {
	font-family : verdana, arial;
	font-size : 9pt;
	margin : 0em;
	line-height : 18px;
	list-style-type : square;
}


H2  {
	font-family : verdana, arial;
	font-size : 12pt;
	font-weight : bold;
	margin : 0em;
}

.Centered  {
	text-align : center;
}

/* Anchor (link) styles*/
A  {
	text-decoration : none;
}

A:link  {
	color : #660033;
	font-weight : bold;
}

A:visited  {
	color : #660033;
	font-weight : bold;
}

A:hover  {
	color : #00386C;
}

A:active  {
	color : #660033;
}