/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #ffffd7;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border: none;
} 

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
} 

h1 {
	font-size: 15px;
	font-weight: bold;
}	
	
a:link {
	color: #3c3b42;
	text-decoration: underline;
	font-weight: bold;
} 

a:active {
	color: #3c3b42;
	text-decoration: underline;
	font-weight: bold;
} 

a:visited {
	color: #3c3b42;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover {
	color: #f9f3f3;
	text-decoration: none;
	font-weight: bold;
}

.horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.content {
	margin-left: -475px;
	position: absolute;
	top: -325px;
	left: 50%;
	width: 950px;
	height: 650px;
	visibility: visible;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
}
.contenttable {
	text-align: left;
	height: 600px;
	width: 950px;
}
