body {
	background-color: #bba180;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	position: relative;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #0183A3;
}
a:hover, a:active {
	background-color: #e6e6e6;
	color: #960018;
}
img {
	border: 0;
}
ul {
	list-style-image: url(/img/bullet.jpg);
}
th {
	background-color: #0183A3;
	color: #fff;
	padding: 4px;
}
td {
	background-color: #f0f0f0;
	color: #333;
	font-size: 8pt;
	border: 1px solid #960018;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}
#page {
	width: 825px;
	margin: 0 auto 0 auto;
}
#pagetitle {
	width: 825px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#pageleft {
	width: 45px;
	height: 500px;
	background: url(/img/left-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 125px;
}
#pageright {
	width: 45px;
	height: 500px;
	background: url(/img/right-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	left: 780px;
	top: 125px;
}
#pagebody {
	width: 735px;
	height: 500px;
	margin: 0;
	overflow: auto;
	left: 45px;
	top: 125px;
	background-color: #e6e6e6;
	color: #333;
}
#bodytitle {
	margin: 15px 0 0 0;
}
#bodycontent {
	padding: 2px;
}
#pagefooter {
	width: 825px;
	height: 50px;
	position: absolute;
	background: url(/img/bot-bg.jpg);
	background-repeat: no-repeat;
	top: 625px;
	left: 0px;
}
#footercontent {
	position: absolute;
	top: 25px;
	right: 45px;
	font-size: 7pt;
}
#footercontent a, #footercontent a:visited, #footercontent a:link {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #bba180;
}
#footercontent a:hover, #footercontent a:active {
	font-weight: normal;
	text-decoration: none;
	color: #960018;
	background-color:#bba180;
}
input, select, textarea {
	background-color: #ddd;
	color: #333;
	border: 1px solid #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
input.but {
	background-color: #0183A3;
	color: #fff;
	border: 1px solid #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
div.title {
	padding: 2px 0px 4px 0px;
	background-color: #e6e6e6;
	color: #0183A3;
	font-weight: bold;
	font-size: 14pt;
}
div.head {
	padding: 5px 0px 1px 0px;
	background-color: #e6e6e6;
	color: #960018;
	font-weight: bold;
	font-size: 12pt;
}
div.spacer {
	width: 500px;
	height: 1px;
	margin: 0 0 4px 0;
	background-color: #bba180;
	color: #000;
	font-size: 1pt;
}
div.body {
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 10pt;
}
div.img img {
	border: 1px solid #960018;
}
