body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	background-color: #000000;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
	}
	
a {
	font-weight: bold;
	color: #ff0099;
	text-decoration: none;
	outline: none;
	}
	
a:visited {
	color: #ff0099;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #ff0099;
	}

a.active {
	color: #ff0099;
	}

p { font-size: 12px;
	color: #000;
	text-align: justify;
	margin-right: 200px;
	padding: 0 0 0 0; }
	
h1 {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	color: #CCCCCC;
	padding: 0px; }
	
h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #ff0099;
	padding: 6px 0px 0px 0px; }
	
h4 {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #999;
	padding: 12px 0px 12px 0px;
	border-bottom: 1px solid #ff0099;}
	
h5 {
	margin: 0px;
	padding: 81px 0px;
	background-image: url("images/grid.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom left;}
	
h6 {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	padding: 18px 0px 18px 0px;
	border-top: 18px solid #ff0099;}
	

	



#navcontainer { width: 200px; }

#navcontainer ul
{
	font-size: 11px;
	margin-left: 0;
padding-left: 0;
padding-top: 50px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

#navcontainer a
{
display: block;
padding: 3px 50px 3px 0px;
width: 200px;
background-color: #999;
border-bottom: 1px solid #fff;
}

#navcontainer a:link, .navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000;
color: #fff;
}

#navcontainer a:visited
{
color: #fff;
}

#navcontainer b
{
display: block;
padding: 3px 50px 3px 0px;
width: 200px;
font-size: 11px;
color: #FFF;
background-color: #ff0099;
border-bottom: 1px solid #fff;
}


