body {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	background: url('images/bg3.jpg');
	font-family: Verdana;
	font-size: 12px;
	color: #000;

}

p,td {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	align: left;
}
.small {
	font-size: 9px;
}

h1	{
	margin-top:	10px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight:	bold;
	color: #000;
	text-decoration: none;

	}
h2	{
	margin-top:	10px;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight:	bold;
	color: #000;
	text-decoration: none;

	}
h3	{
	margin-top:	10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:	bold;
	color: #000;
	text-decoration: none;

	}
h4	{
	margin-top:	10px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight:	bold;
	color: #000;
	text-decoration: none;
	}
#bannerbox {
	width=780px;
	padding: 0px;
	border-bottom: 1px solid black;
}
#contentbox {
	width=780px;
	padding: 0px;
}
#menubox {
	width=780px;
	padding: 0px;
	border-bottom: 1px solid black;
}
#leftbox {
	width=180px;
	padding: 0px;
	border-right: 1px solid black;
	float: left;
}
#bottombox {
	width=780px;
	height: 20px;
	padding: 0px;
	border-top: 1px solid black;
}
#pagebox {
	width: 780px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border: 1px solid black;
	background: #eeeeee;
}