.body {
	background-attachment: scroll;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.mainnav {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.mainnav:hover {

	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.smalltext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 20px;
}
.maintext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.tdpadding {
	padding: 20px;
}
.img_padding {
	padding: 15px;
}
