body{
background:#ffffff url(images/bg.jpg) top center repeat-x;
}

HTML{overflow-x:hidden;}

.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:normal;
	color: #000000;
}

.regular-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:normal;
	color: #FFFFFF;

}
.regular-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:normal;
	color: #000000;

}
.gray-title {
font-family:tahoma;
font-size:17px;
font-weight:bold;
color:#515F66;
}

.green-title {
font-family:tahoma;
font-size:17px;
font-weight:bold;
color:#000000;
}

.links {
font-family:verdana;
font-size:10px;
font-weight:normal;
line-height:20px;
color:#000000;
}

.links a
{
text-decoration:none;
color:#FFFFFF;
text-decoration:underline;
}
.links a:hover
{
text-decoration:none;
color:#000000;
}

.slogan {
font-family:tahoma;
font-size:20px;
line-height:35px;
font-weight:normal;
color:#007DC2;
}
.slogan_footer {
font-family:verdana;
font-size:12px;
font-weight:bold;
color:#1673A6;
}

.green a
{
text-decoration:none;
color:#FFFFFF;
}
.green a:hover
{
text-decoration:underline;
color:#FDAC1A;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a.small:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.small:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}