@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #000000;
	margin-top: 0px;
	font-size: 62.5%;
}
.main {
	background-color: #000000;
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.maintext {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.7em;
}
a:link {
	color: #868871;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #868871;

}
a:hover {
	text-decoration: none;
	color: #E9E9E9;

}
a:link img{
	border: 2px solid  #78787A;	

}
a:visited img{
	border: 2px solid  #78787A;	

}
a:hover img{
	border: 2px solid  #E9E9E9;	

}
a:visited:hover img{
	border: 2px solid  #E9E9E9;	

}
a:visited:hover {
	text-decoration: none;
	color: #E9E9E9;


}
a:active {
	text-decoration: none;
}

.style2 {
	font-size: 1.8em;
	color: #FF9933;
}
.smallnavtext {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.1em;
}
-->