@charset "UTF-8";
/* CSS Document */

a:link { color: #ff0000; text-decoration: underline}
a:active { color: #ff0000}
a:visited { color: #666666; text-decoration: underline}
a:hover {  color: #000000; text-decoration: underline}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
