body {
	margin: 0px;
/*
	background-image: url('gfx/gradient.jpg');
	background-repeat: repeat-x;
*/
	background-color: #EEEEEE;
}
td,body {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.maintable {
	width: 995px;
	background: #FFFFFF;
}
a {
	color: #5871B6;
}
a:hover {
	color: #000000; // #FF9900
}
.c1 {
	height: 75px;
	vertical-align: bottom;
	padding: 8px;
	padding-bottom: 6px;
}
.c2 {
	padding: 10px;
	padding-left: 25px;
	padding-right: 10px;
	height: 32px;
	background-image: url('gfx/topmenubg.bmp');
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: left;
}
.c3 {
	padding: 10px;
}
.c4 {
	background: url('gfx/bottombg.jpg') repeat-x;
	padding: 10px;
	height: 150px;
	vertical-align: top;
	border-top: 3px #FF9900 solid;
}
.toptable {
	width: 100%;
	height: 60px;
}
.logocell {
	padding-left: 10px;
	vertical-align: top;
}
.topcell {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

a.topmenu {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.topmenu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.contenttable {
	width: 100%;
}
.left {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.right {
	border-left: 1px #CFCFCF dotted;
	width: 300px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
}

h1 {
	font-family: Arial;
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	margin: 0px;
	margin-bottom: 8px;
}
h2 {
	font-family: Arial;
	font-size: 20px;
	color: #666666;
	letter-spacing: -1px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}
.subheader {
	font-family: Arial;
	font-size: 20px;
	color: #666666;
	letter-spacing: -1px;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-family: Arial;
	font-size: 20px;
	color: #999999;
	letter-spacing: -1px;
	margin: 0px;
}
p {
	line-height: 18px;
	margin: 0px;
	margin-bottom: 18px;
}
hr
{
	border-style:dotted;
	width:100%;
	display:block;
	border: none;
	height:1px;
	border-bottom: dotted 1px #ccc;
}
form {
	margin: 0px;
}
input {
	border: 1px #5871B6 solid;
	font-family: Verdana;
	font-size: 11px;
	color: #3333333;
}
img {
	border: none;
}
.infotable {
	border-top: 1px #EEEEEE solid;
}

.infotabletd {
	border-bottom: 1px #EEEEEE solid;
}
.questionmark_info {
	color: #C0C0C0;
	text-decoration: none;
}