/* CSS Document */
body {
	width: 100%;
	height: 100%;
	vertical-align: top;
	background:#52789D;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: 10px verdana, helvetica, sans-serif;
	color: #003366;
	SCROLLBAR-FACE-COLOR: #e0e0e0;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #e0e0e0;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #c0c0c0;
	}
a {
	color: #003366;
		text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font:  bold small-caps 14px;
}
#main table {
	background:#003366;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #fff;
}
#green {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
}
