body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	margin: 0px;
	background-image: url(../images/bg/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
}

#header {

background-repeat: no-repeat;
background-position: bottom right;
}

.text11px {
	font-size: 11px;
}

a {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #6b6b6b;
	text-decoration: none;
}

.yellowtext {
	color: #fed937;
}

h1 {
	font-size: 14px;
	color: #0066FF;
	line-height: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #0066FF;
	line-height: 16px;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;

}

legend {
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	font-weight: bold;
}

a.details {
	color: #fed937;
	text-decoration: underline;
	font-weight: bold;
}



.maincontent {
	background-image: url(../images/bg/contentbg.jpg);
	background-repeat: repeat-x;
	padding: 0px 25px;
}


.bold {
	font-weight: bold;
}
.bold1 {
	font-weight: bold;
  color: #333333;
}
.mapborder {
	border: 1px solid #fed937;
}

.tableheader {
	background-color: #fed937;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
.footer {
	font-size: 11px;
	color: #a3a3a3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;

}

a.footerlink {
	font-size: 11px;
	color: #343434;
	text-decoration: none;
}


