@charset "utf-8";
/* CSS Document */
.STYLE1 
{
	font-size: 12pt;
	color: #0000CC;
	font-weight: bold;
}
.cursorStyle
{
	cursor:pointer;
}
.divStyle
{
	font-size: 9pt;
	line-height: 20px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #003466;
}
.bodyStyle
{
	background-color: #00306A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tdStyle
{
	padding:10px 10px 6px 10px;
	background:#fff;
}
.tdStyle2
{
	padding:0px 10px 10px 10px;
	background:#fff;
}
.displayStyle
{
	display: none;
}
