/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000046;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000046;
}

a:link{
	color: #000046;
	height: 0px;
	text-decoration: underline overline;
	font-weight: normal;
} 

a:visited{
	color: #000046;
	height: 0px;
	text-decoration: underline overline;
	font-weight: normal;
} 

a:active{
	color: #000046;
	height: 0px;
	text-decoration: underline overline;
	font-weight: normal;
} 

A:hover {
	COLOR: #000046;
	TEXT-DECORATION: none;
	font-weight: normal;
}


