<STYLE TYPE="text/css"> 
A{
	text-decoration: underline;
	font-weight : none;
}
A:Hover{
	text-decoration: none;
        color:Orange;
	letter-spacing : 0px;
} 
BODY{
	font-family : Verdana, sans-serif;
	font-size : 10pt;
}
tables{
	border : 0 none;
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
}
TR{
	border : 0 none;
	border-bottom : none;
	border-bottom-style : solid;
	border-left : solid #B3DEF5;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-width : 0 0 0 0;
	border-bottom-width : 0;
	border-color : #B3DEF5 #B3DEF5 #B3DEF5 #B3DEF5;
	border-left-color : #B3DEF5;
	border-right-color : #B3DEF5;
	border-top-color : #B3DEF5;
}
TD{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: normal;
	color: Black;
	background : #B3DEF5;
	vertical-align : top;
	border-bottom : thin solid White;
	border-left : thin solid White;
}

TH{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: White;
	background : #204080;
	border : none;
	vertical-align : middle;
	border-bottom : thin solid White;
}
</STYLE>