/* CSS Document */

#text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000;
}

a.vl:link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.vl:visited {
color: #000;
text-decoration: none;	
	font-weight: normal;
}

a.vl:hover {
color: #000;
text-decoration: underline;	
	font-weight: normal;
}

a.vl:active {
color: #000;
text-decoration: underline;	
	font-weight: normal;
}

#logo_padding {
	padding-top: 5px;
	padding-bottom: 5px;
}