/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/bg_dots.jpg);
	background-attachment:fixed;
}
.style1 {
	font-size: 10px;
	color: #999999;
}
.box {
		border: 2px solid;
		border-color: #B1AAA8;
	}
.style2 {color: #FFFFFF}
.style3 {font-size: 12px}
a:link {
	color: #000000;}
a:visited {
	color: #000000;
}
a:hover {
	color: #54825E;
}
a:active {
	color: #000000;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #54825E;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:link { color: #54825E}
a.navlink:visited { color: #54825E}
a.navlink:hover { color: #000000}
a.navlink:active { color: #54825E}

.greylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	
}
a.greylink:link { color: #999999}
a.greylink:visited { color: #999999}
a.greylink:hover { color: #FFFFFF}
a.greylink:active { color: #999999}


.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	
}
a.whitelink:link { color: #FFFFFF}
a.whitelink:visited { color: #FFFFFF}
a.whitelink:hover { color: #54825E}
a.whitelink:active { color: #FFFFFF}

.greenlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}
a.greenlink:link { color: #54825E}
a.greenlink:visited { color: #54825E}
a.greenlink:hover { color: #000000}
a.greenlink:active { color: #54825E}

-->
