body
{
	background-color: #E9DCCE;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 4px;
}

a:link
{
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

h1
{
	color: #ffffd4;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	margin: 0px;
	text-align: center;
}

td
{
	font-size: 70%;
}

.button
{
	background-color: #f3f3f3;
	border: solid #404040 1px;
	color: #404040;
	cursor: hand;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	width: 122px;
}

.button_padding
{
	padding: 5px;
}

.button a:link
{
	font-weight: normal;
}

.button a:visited
{
	font-weight: normal;
}

.button_over
{
	background-color: white;
	border: solid #808080 1px;
	color: #404040;
	cursor: hand;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	width: 122px;
}

.button_over a:link
{
	font-weight: normal;
}

.button_over a:visited
{
	font-weight: normal;
}

.content1
{
	background-color: #71675B;
	color: White;
	padding: 15px;
}

.content2
{
	background-color: #BFBBB6;
	color: #8C847A;
	padding: 10px;
}

.content2 h2
{
	font-family: Arial;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 5px;
	text-align: left;
}

.content3
{
	background-color: #8C847A;
	color: #BFBBB6;
	padding: 10px;
}

.content3 h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 5px;
	text-align: left;
}

.content4
{
	background-color: #f3f3f3;
	color: #404040;
	padding: 10px;
}

.content4 h2
{
	color: #808080;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 5px;
	text-align: left;
}

.formbutton
{
	background-color: #836D54;
	border: solid 1px white;
	color: #ffffd4;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	font-weight: bold;
}

.formtext
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	border: solid #808080 1px;
	width: 230px;
}

#content
{
	color: #E9DCCE;
	position: absolute;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#footer
{
	font-size: 80%;
	color: #808080;
	text-align: center;
	padding: 10px;
}

#footer a
{
	font-weight: normal;
}


#main
{
	border-collapse: collapse;
	border: solid white 4px;
	width: 750px;
}

#main td
{
	border: solid white 4px;
}

