/* CSS Document */
body
{
	background-color: #8b8b8b;
}

.type
{
	font-family: Tahoma, Georgia, Times, serif;
	color: #005457;
	font-size: 12px;
}

.headline
{
	font-family: Tahoma, Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005457;
}

.lowerType
{
	font-family: Tahoma, Georgia, Times, serif;
	color: #005457;
	font-size: 11px;
}

.lowerTitle
{
	font-family: Tahoma, Georgia, Times, serif;
	font-weight: bold;
	color: #cc0000;
	font-size: 11px;
}

.caption
{
	font-family: Arial, Helvetica, sans-serif;
	color: #005457;
	font-size: 10px;
}

.footer
{
	font-family: Tahoma, Georgia, Times, serif;
	color: #005457;
	line-height: 16px;
	font-size: 10px;
}

a:link
{
	color:#cc0000;
	text-decoration:none;
}

a:active
{
	color: #cc0000;
	text-decoration: none;
}

a:visited
{
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	color: #005457;
	text-decoration: underline;
}