/* CSS Document */

body  {
	font-size:11px;
	font-family:   "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#999999;
	background-color: #0A0A0A;
}

p {
	line-height: 130%;
	text-align: justify;
	color: #999999;
}
a  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:visited  {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
}
a:hover  {
	text-decoration: underline;
	color: #CF8B91;
	font-weight:normal;
}
h1 {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
}
h3{
	font-size: 12px;
	color: #CCCCCC;
}


