body {
	margin-top: 5px;
	margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;	
	background-image: url(images/bg.gif);
}
td.bg_white{
	background-color: #FFFFFF;
}

a:link {
	color:#495451;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
	}
a:hover, a:active { 
	color:#b1072b;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
	}
a:visited { 
	color:#495451;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: bold;
	 }

.nav, .nav a:link, .nav a:visited {
	color:#495451;
	text-decoration:none;
	font-family: Century Gothic, Arial;
	font-size: 14px;
}
.nav a:hover {
	color:#b1072b;
    text-decoration:none;
	font-family: Century Gothic, Arial;
	font-size: 14px;
}

.heading {
	color:#b1072b;
	font: 12px Verdana, Arial;
	font-weight: bold;
}
.textheading {
	color:#d5a00f;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}

.text {
	color:#7e8180;
	font: 11px Verdana, Arial;
}
.text  a:link, .text  a:visited {
	color:#7e8180;
	font: 11px Verdana, Arial;	
}
.text a:hover {
    color:#000000;
	font: 11px Verdana, Arial;
}
.text_white {
    font-weight: bold;
	color:#ffffff;
	font-family: Century Gothic, Arial;
	font-size: 12px;
}
.text_link {
	color:#7e8180;
	font: 11px Verdana, Arial;
}
.text_link  a:link, .text_link  a:visited {
   text-align: left;
	color:#7e8180;
	font: 11px Verdana, Arial;
	text-decoration:none;	
}
.text_link a:hover {
   text-align: left;
    color:#000000;
	font: 11px Verdana, Arial;
	text-decoration:none;
}

.footer, .footer a:link, .footer a:visited {	
	color:#333333;
	font: 11px Verdana, Arial;
    text-decoration:none;
}

.footer a:hover {
    color:#FFFFFF;
	font: 11px Verdana, Arial;
    text-decoration:none;
}

/* form */

.formfield{
    text-align: left;
	width: 100px;
	height: 17px;
	border: 1px solid #838786;
	background-color: #ffffff;
	color: #000000;
    font: 11px Verdana, Arial
}
.formfield_sm{
    text-align: left;
	width: 39px;
	height: 17px;
	border: 1px solid #838786;
	background-color: #ffffff;
	color: #000000;
    font: 11px Verdana, Arial
}
.formtextarea{    
    text-align: left;
	width: 170px;
	height:30px;
	border: 1px solid #838786;
	background-color: #ffffff;
	color: #000000;
    font: 11px Verdana, Arial
}

