body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #929292;
}

#maintable {

	background-color:#FFFFFF;
}
#texthome {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #929292;
	background-color:#FFFFFF;
}

#texthome h1 {
	font-size:27px;
	color: #b10000;
}
#texthome h2 {
	font-size:17px;
	font-style:italic;
	color: #929292;
}
#texthome h3 {
	font-size:17px;
	color: #929292;
}
#footer {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #888888;
	background-image: url(images/footer.jpg);
	width:940px;
	height:58px;
}
#footer a:link {
	color: #888888;
	text-decoration: none;
}
#footer a:visited {
	color: #888888;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}






a:link {
	color: #929292;
	text-decoration: underline;
}
a:visited {
	color: #929292;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}