/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #fff;
	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 {
	position: absolute;
	left: 0px;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.content {
	position: absolute;
	width: 600px;
	height: 500px;
	visibility: visible;
	background-repeat: no-repeat;
}
.contenttable {
	text-align: left;

}

