body
{
	margin: 10px 10px 0px;
	font-family: Verdana;
	text-align: center;
}
#center
{
	padding-right: 10px;
	padding-left: 10px;
	background: #ffffff;
	margin: 0px auto;
	width: 800px;
	height: 500px;
	text-align: left;
}
#top
{
	background:#ffffff;
	height:80px;
	padding-bottom: 5px;
}
#bottom
{
	background:#ffffff;
	width: 800px;
	text-align: center;
}
.title
{
	font-weight: bold;
	font-size: 9pt;
	color: #0086bc;
}
.titledarkblue
{
	font-weight: bold;
	font-size: 14pt;
	color: #000066;
}
.main
{
	font-size: 8.5pt;
	color: #404040;
	text-align: justify;
}
.mainwhite
{
	font-size: 8.25pt;
	color: #ffffff;
}
.copyright
{
	font-size: 7.5pt;
	color: #666666;
}
a.mainlnk
{
	font-family: verdana;
	color: #0086bc;
	text-decoration: underline;

}
a.mainlnk:hover
{
	text-decoration: underline;
	color:#000066;
}
a.titlelnk
{
	color: #0086bc;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;

}
a.titlelnk:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
	color:#000066;
}
a.menulnk
{
	font-weight: bold;
	font-size: 8.25pt;
	color: #ffffff;
	text-decoration: none;
}
a.menulnk:hover
{
	font-weight: bold;
	font-size: 8.25pt;
	text-decoration: underline;
	color:#ffffff;
}
a.whitelnk
{
	font-size: 8.25pt;
	color: #ffffff;
	text-decoration: none;
}
a.whitelnk:hover
{
	font-size: 8.25pt;
	text-decoration: underline;
	color:#ffffff;
}
.darkbluegradienthor
{
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000066', startColorstr='#ffffff', gradientType='1');
}
.darkbluegradientver
{
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#000066', gradientType='0');
}
.squarelist
{
	list-style-position: outside;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 18px;
	list-style-type: square;
}