/* CSS Document */
body
{
	background-color: #999999;
}

.type
{
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

.topNav
{
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}

.title
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003099;
	border-bottom: 1px solid #003099;
}

.footer
{
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 20px;
}

.menu
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

a:link
{
	color: #1d0d93;
	text-decoration: underline;
}

a:active
{
	color: #1d0d93;
	text-decoration: underline;
}

a:visited
{
	color: #1d0d93;
	text-decoration: underline;
}

a:hover
{
	color: #fe6fd0;
	text-decoration: underline;
}

.menu a:link
{
	color: #fff;
	text-decoration: none;
}

.menu a:active
{
	color: #fff;
	text-decoration: none;
}

.menu a:visited
{
	color: #fff;
	text-decoration: none;
}

.menu a:hover
{
	color: #fe6fd0;
	text-decoration: none;
}

.topNav a:link
{
	color: #fff;
	text-decoration: none;
}

.topNav a:active
{
	color: #fff;
	text-decoration: none;
}

.topNav a:visited
{
	color: #fff;
	text-decoration: none;
}

.topNav a:hover
{
	color: #003099;
	text-decoration: none;
}