/* CSS Document */

body, td {
	background-color : #99CCFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 9pt;
}

a:link, a:visited {
	color : #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	background-color:#FFFFFF;
}
.line {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #CC0000;
}
.line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.line3 {
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
