/* CSS Document */
body
{
	background-color: #ccccff;
}

.type
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

.topNav
{
	font-family: Arial, sans-serif;
	color: #1d0d93;
	font-size: 12px;
	line-height: 30px;
}

.title
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1d0d93;
	line-height: 14px;
}

.footer
{
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}

.menu
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	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: #99cc33;
	text-decoration: underline;
}

.topNav a:link
{
	color: #1d0d93;
	text-decoration: none;
}

.topNav a:active
{
	color: #1d0d93;
	text-decoration: none;
}

.topNav a:visited
{
	color: #1d0d93;
	text-decoration: none;
}

.topNav a:hover
{
	color: #99cc33;
	text-decoration: none;
}