body {
	margin: 10px;
	padding: 0;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	background: url(../gfx/background.jpg) no-repeat;
}
h1 {
	margin: 20px 50px;
	padding-top: 14px;
	text-align:center;
	font-family: verdana,helvetica, arial ;
	font-size: 18px;
	color:#ffffff;
	width:578px;
	height:45px;
	background: url(../gfx/header.jpg) no-repeat;
}
h2{
	margin:20px;
	color:#433B80;
	font-weight:bold;
	font-size:16px;
}
a {
	color:#433B80;
}

a img {
	border: none;
}

input[type="text"]{
	border: 1px solid #eaeaea;
	padding: 2px 2px;
	background: #fcfcfc;
	width:220px;
}
input[type="submit"]{
	background: url(../gfx/submit.gif) no-repeat;
	border:0px;
	margin:0px;
	padding:0px;
	width:86px;
	height:21px;
}
textarea{
	border: 1px solid #eaeaea;
	padding: 2px 2px;
	width:300px;
	height:80px;
	background: #fcfcfc;
}

span.error{
	color: #f00;
	font-weight:normal;
	font-size:10px;
	display:block;
}
table {
	border-collapse: collapse;
	margin: 10px 0;
}

th {
	background: #EEEEF0;
	text-align: left;
	border-bottom: 2px solid #ffffff;
	font-weight: normal;
	vertical-align: left;
}
th.header {
	text-align: left;
	color:#433B80;
	font-weight:bold;
	vertical-align: left;
}

td {
	border: 0px;
	text-align:left;
}

td, th {
	font-family: helvetica, arial, verdana;
	padding: 2px 10px;
	font-size: 11px;
}
div#footer{
	position: absolute;
	top: 800px;
	width: 952px;
	color: #000;
	padding: 3px 0 10px 0;
}
