/* CSS Document */

a:link {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

a:visited {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

p, h1, h2, h3, h4, h5, h6, li, ul, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.p_black	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
li {
	white-space: normal;
	padding: 3px;
	height: auto;
}
