body {
	text-align:center;
	background-color: #ffe7c2;
	background-image: url(../pics/main/backer.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	behavior: url("css/csshover3.htc");
	}
h2 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 0px;
	display:inline;
}
h3 {
	font-size: 16px;
	color: #999999;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 0.4em;
}
h5 a{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
table {
	font-size: 10px;
}
hr{
	border:none;
	background-color:#999999;
	color:#999999;
	height:1px;
	width:auto;
	margin-bottom:12px;
	margin-top:12px;

}