.bg{
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
h1 {
	font-family: verdana;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana;
	font-size: 10px;
	color: #000033;
}
.style4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #797993;
}
.style6 {
	font-family: Verdana;
	font-size: 11px;
	color: #797993;
}
.tagline {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	color: #FFFFFF;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.maintext {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

.middleborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.formtext {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.middleright {
	background-attachment: fixed;
	background-image: url(images/middle_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.middleleft {
	background-attachment: fixed;
	background-image: url(images/middle_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainback {
	background-attachment: fixed;
	background-color: #46468C;
	background-image: url(images/mainback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link.footer {
color: #999999;
text-decoration: none;
}
a:visited.footer {
color: #999999;
text-decoration: none;
}
a:hover.footer {
color: #999999;
text-decoration: underline;
}
a:active.footer {
color:  #999999;
text-decoration: none;
}

a:link.sitemap {
color: #ffffff;
text-decoration: none;
}
a:visited.sitemap {
color: #ffffff;
text-decoration: none;
}
a:hover.sitemap {
color: #ffffff;
text-decoration: underline;
}
a:active.sitemap {
color:  #ffffff;
text-decoration: none;
}

FORM.nomargin
{
    MARGIN: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}

.hide {
	DISPLAY: none
}
