body {
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family:Tahoma,Arial;
	font-size:12px;
	color: color:#666666;

}

a {
	color: #003366;
}

a:hover {
	color: grey;
}

td {
	vertical-align: top;
}
div.container {
	background-color: white;
	width: 800px;
	margin: auto;
	margin-top: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	min-height: 600px;
	#padding-left: 20px;
	#padding-right: 20px;
}

div.title {
	margin: auto;
	width: 100%;
	color: #003366;
	margin-bottom: 40px;
	margin-top: 20px;
}

table.title {
	width: 100%;
}

table.title td.edge {
	width: 100 px;
	text-align: center;
} 
table.title td.center {
	text-align: center;
}

div.error {
	color: red;
	text-decoration: bold;
}
table.contenttable {
	width: 80%;
	margin: auto;
}

table.contenttable th h1{
	font-size: 20px;
	margin: 0px;
}

table.contenttable td {
	width: 50%;
	padding: 10px;
}

table.contenttable td h1 {
	font-size: 16px;
	margin: 0px;
}

