BODY {
	
	background: White;
}

TABLE {
	
	width: 570
	align: center;
}

LI {
	list-style-type : square;
}

td {
	color : #004080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;

}
P {
	color : #004080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h2
{
	color : #004080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #004080;
	text-decoration: none;
}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #004080;
	text-decoration: none;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Blue;
	text-decoration: underline;
}

hR {
	border-bottom-color : Blue;
	width: 400;
	border-style : outset;
}
TH {
	filter :shadow(color=silver,direction=145);
	
}



