*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 50;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #999999;
	font-style: italic;
}
a:active {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	text-align:center;
}
#main {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	z-index: 10;
	text-align: left;
	border-width: 0px;
	border-style: none;
}
#textbox {
	position: absolute;
	left: 155px;
	top: 180px;
	font-size: 16px;
	text-align: left;
	width: 800px;
	z-index: 10;
}
.largeheader {
	font-size: 20px;
}

