body {
	background-color: white;
	margin: 0px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 30px;
	border: 5px double #000055;
	padding: 10px;
	padding-bottom: 30px;
	background-image: url(../bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	line-height: 28px;
	color: #000099;
	text-align: center;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

table {
	width: 60%;
	margin-left: 20%;
	border-collapse: collapse;
	border: 1px solid black;
	border-bottom: 2px solid black;
	background-color: #f9f9f9;
}

table td {
	border: 1px solid black;
	padding: 2px;
}


/* generics */

.required {
	color: red;
}
		
.centralia {
	text-align: center;
}

.presentedleft {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

.presentedright {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

.whisper {
	color: #999999;
}

.left {
	float: left;
}

.right {
	float: right;
}

.invisible {
	display: none;
}
