body
{
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: scroll;
}

.bg
{
	background:url(../images/x.gif);
	background-repeat:no-repeat;
}

.bannerBottom
{
	background:url(../images/banner_bottom.gif);
	background-repeat:no-repeat;
}

.bannerTop
{
	background:url(../images/banner_top.gif);
	background-repeat:no-repeat;
}

.button
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
    display: block;
    width: 149px;
    height: 32px;
    background: url("../images/button.gif") no-repeat 0 0;
}

.button:hover
{ 
    background: url("../images/button_over.gif") no-repeat 0 0;
}

.buttonTxtalign
{
	padding-top:8px;
	text-align:center;
}

.buttonTxtalign_2
{
	padding-top:2px;
	text-align:center;
}

#nav a, #nav a:visited 
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	display:block;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	width:149px; 
	height:32px; 
	text-align:center;
	line-height:29px; 
	background:url(../images/button.gif);
}

#nav a:hover 
{

	background:url(../images/button_over.gif)
}

#nav, #nav ul /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
}

#nav li /* all list items */
{ 
	float: left;
	width: 149px; /* width needed or else Opera goes nuts */
}

#nav li ul /* second-level lists */
{
	position: absolute;
	margin-right:1000px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li:hover ul, #nav li.sfhover ul /* lists nested under hovered list items */
{ 
	left: auto;
}

.footer
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

.footer:hover
{ 
	color:#c90202;
}

.footerAlign
{
	padding-bottom:2px;
	text-align:right;
	padding-right:10px;
}

.copyright
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

.selmax
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

.selmax:hover
{ 
	text-decoration:underline;
	color:#c90202;
}

.form
{
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-x;

}

.text
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
}

.textUPI
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;

}

.heading
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.headingSelmax
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a.email
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
	padding-left:10px;

}

a.email:hover
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#c90202;
	text-decoration:none;
}

input.formStyle
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	background:#000000;
	color:#FFFFFF;
	border:#FFFFFF;
}

input.formStyle:hover {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	background:#c90202;
	color:#FFFFFF;
	border:#FFFFFF;
}

.textForm
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

/*VISITOR*/
.visitor
{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}