body {
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.maintext {
	font-family: "55 Helvetica Roman", Arial;
	font-size: 90%;
	line-height: 150%;
	color: #b5b5b6;
}
.maintextwh {
	font-family: "55 Helvetica Roman", Arial;
	font-size: 80%;
	line-height: 150%;
	color: #b5b5b6;
}

.textsmall {
	font-family: "55 Helvetica Roman", Arial;
	font-size: 70%;
	line-height: 140%;
	color: #b5b5b6;
}
.textsmall2 {
	font-family: "55 Helvetica Roman", Arial;
	font-size: 70%;
	color: #b5b5b6;
}
.spec {
	font-family: "55 Helvetica Roman", Arial;
	font-size: 70%;
	line-height: 140%;
	color: #FFFFFF;
}



a:visited {
	color: #b5b5b6;
	text-decoration: none;
}
a {  
  font-family: "55 Helvetica Roman", Arial;
  color : #b5b5b6; 
  text-decoration: none;
	font-size: 70%;
	line-height: 150%;}

a:hover { color : #0377ea;  text-decoration : underline;
}
a:active {  color: #0377ea}

