a:link  {
	color : #004470;
	text-decoration : none;
	font-weight : bold;
}

a:active  {
	color : #0000FF;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	color : #004470;
	text-decoration : underline;
	font-weight : bold;
}

a:visited  {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #50A4E0;
	background-color : #FFFFFF;
	font-size : 10pt;
	font-style : normal;
}

