@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9b9b99;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.searchbg {
	background-image: url(images/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	color: #820405;
	text-decoration: none;
}
a:visited {
	color: #820405;
	text-decoration: none;
}
.site {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.site:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.site:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.site:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

.site:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #C9C712;
	text-decoration: underline;
}
a:active {
	color: #820405;
	text-decoration: none;
}



.heading {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


.headingBig {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.headingBig2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.form {
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #c0c041;
	height:12px;
}
.form1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border: 1px solid #B7B934;
}

.border {
	padding: 3px;
	border: 1px solid #c0c041;
}

#imgleft{
	margin-left:115px;
	}
