.backbody {
	background-image: url(images/background.gif); 
	background-repeat: no-repeat; 
	background-position:top center;
}
.body {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}
.body a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
.body a:hover {
	text-decoration: underline;
	color: #000000;
}

.bolded {
	font-family: Verdana;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
.bolded a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}

.buttons {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;

}
.buttons a:hover {
	text-decoration: none;
}

.buttonssmall {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.buttonssmall a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #A87F2B;
}

.searchfield {
	border: 1px solid #000000;
}
.smalltext {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.smalltext a:hover{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.titles {
	font-family: Verdana;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0DB14B;
	text-transform: uppercase;

}
.titles a:hover {
  	font-family: Verdana;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
