/* CSS Document */
.type
{
	font-family: Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 11px;
	line-height: 11pt;
}

.type a:link
{
	color:#FFFF00;
	font-weight: bold;
	text-decoration:none;
}

.type a:active
{
	color:#FFFF00; 
	font-weight: bold;
	text-decoration:none;
}

.type a:visited
{
	color:#FFFF00; 
	font-weight: bold;
	text-decoration:none;
}

.type a:hover
{
	color:#FFFF00; 
	font-weight: bold;
	text-decoration:underline;
}

.headline
{
	font-family: Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 11px;
	font-weight: bold;
	line-height: 11pt;
}

li
{
list-style-type:square;
color:#000000; 
line-height: 10pt;
}

body 
{
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer
{
	font-family: Verdana, Arial, sans-serif; 
	color: #ffffff; 
	font-size: 11px;
	line-height: 11pt;
}

.footer a:link
{
	color:#ffffff;
	text-decoration:none;
}

.footer a:active
{
	color:#ffffff; 
	text-decoration:none;
}

.footer a:visited
{
	color:#ffffff; 
	text-decoration:none;
}

.footer a:hover
{
	color:#ffffff; 
	text-decoration:underline;
}