body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	background: url(/images/bg-main.gif) repeat-y center scroll;
	background-color: #333;
	margin: 10px 0 0 0;
}
h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #003;
	letter-spacing: -1px;
	margin: 1px;
	padding: 0px;
}
a:link, a:visited {
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #C00;
	text-decoration: none;
}
a em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.normal {
	color: #003;
	text-decoration: none;
	font-weight: normal;
}
a.normal:hover {
	color: #C00;
}
ul {
	list-style: none;
}
li {
	list-style-image: url(/images/bullet.gif);
	padding-left: 0px;
	font-weight: bold;
}
.formField {
	width: 150px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.formText {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.red {
	font-family: Verdana, sans-serif;
	color: #C00;
	font-size: 10px;
	display: block;
	font-weight: bold;
}
#container {
	width: 796px;
	height: 460px;
	padding: 12px;
	padding-top: 2px;
	margin: 0 auto;
	background-color: #DDD;
	background: url(/images/bg-shd.gif) scroll repeat-y center;
}
* html #container { margin-bottom: -7px; }
#header {
	width: 796px;
	display: block;
}
#footer {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	color: #CCC;
}
#contentLeft {
	width: 540px;
	padding: 4px;
	margin: 6px 0 0 0;
	float: left;
	display: inline;
}
#contentRight {
	width: 240px;
	padding: 2px 2px 2px 4px;
	margin: 6px 0 0 0;
	float: right;
	display: inline;
}
#btm {
	width: 820px;
	height: 4px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 0px;
}