a:link, a:visited, a:active {
	background: #FFF transparent;
	color: #476BB3;
}
a:hover {
	background: #FFF transparent;
	color: #000;
}
body {
	background: #FFF url(background.jpg) repeat-x fixed;
	color: #000;
	font-family: verdana, serif;
	font-size: small;
	height: 100%;
	margin: 25px auto;
	width: 738px;
}
h1 {
	background: #FFF;
	color: #69F;
	letter-spacing: 2px;
}
h1, input, select, textarea {
	font-family: verdana, serif;
	font-size: small;
}
#navigation {
	border-bottom: 1px solid #D9D9D9;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 120px;
}
#navigation li a {
	background: #5782D9;
	color: #D9D9D9;
	border-top: 1px solid #D9D9D9;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #D9D9D9;
	color: #5782D9;
}
.error {
	background: #FFF;
	color: #900;
}
.left {
	background: #5782D9;
	color: #000;
	padding: 5px;
	vertical-align: top;
	width: 120px;
}
.right {
	border: 1px solid #5782D9;
	height: 650px;
	padding: 10px;
	vertical-align: top;
	width: 588px;
}
.multiLine {
	width: 400px;
}
.singleLine {
	width: 300px;
}
.tableStyle {
	background: #D9D9D9;
	color: #FFF;
	width: 100%;
}
.tdStyle {
	background: #FFF;
	color: #000;
	padding: 3px 10px;
	vertical-align: top;
}
.thStyle {
	background: #D9D9D9;
	color: #69F;
	letter-spacing: 3px;
	padding: 3px 10px;
	text-align: left;
}
.top {
	padding: 5px 0;
	text-align: center;
	vertical-align: top;
}