BODY {
	font-family : Verdana,Arial,Helvetica;
	font-size : 13px;
	background : #FFFF99;
	color : #000000;
}

P  {
	font-size : 13px;
	margin-left : 10;
	margin-right : 10;
	letter-spacing : normal;
}

P.small,SPAN.small {
	font-size : 11px;
	margin-left : 5;
	margin-right : 2;
	letter-spacing : normal;
}

H1 {
	font-size : 27px;
	font-family : Arial,Helvetica;
	color : #000000;
	margin-left : 10;
	margin-right : 10;
	font-weight : bold;
}

H2 {
	font-size : 24px;
	font-family : Arial,Helvetica;
	color : #003366;
	margin-left : 10;
	margin-right : 10;
	font-weight : bold;
}

H3 {
	font-size : 18px;
	font-family : Arial,Helvetica;
	color : #003366;
	margin-left : 10;
	margin-right : 10;
	font-weight : bold;
}

A,A.link  {
	text-decoration : none;
	color : #0000FF;
}

A:Visited  {
	text-decoration : none;
	color : #800080;
}

A:Active  {
	text-decoration : underline;
	color : #990000;
}

A:Hover  {
	text-decoration : underline;
	color : #6600CC;
}

UL.small {
	font-size : 11px;
}

TD {
}

TH {
}

HR {
   color : #000000;
}


