body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	font-style: normal;
	color: #222222;
}
h2 {
	font-size: 18px;
	color: #222222;
	font-style: italic;
	font-weight: normal;
}

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: underline;
	color: #222222;
}
a:active {
	text-decoration: none;
	color: #222222;
}

#sitecontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 340px;
	margin-left: -200px;
	margin-top: -170px;
}

#textblock {
	position: absolute;
	display:block;
	left: 102px;
	top: 110px;
	width: 350px;
	height: 240px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 300px;
	height: 100px;
}

