body {
	background-attachment: fixed;
	background-color: #737373;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
h2 {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font: normal 18px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.linkgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
h1:hover {
	color: #000000;
	text-decoration: underline;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {color: #FFFFFF}
