* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: center;
	color: #4A5254;
	
	margin: 0;
	margin-top: 20px;
	margin-bottom: 40px;
	height: 100%;
}

p {
	padding-bottom: 20px;
}

a:link,a:active,a:visited,a:hover {
	text-decoration: none;
	color: #4A5B6B;
}
a:hover {
	text-decoration: underline;
	color: #de0000;
} 

h1,h2,h3,h4 {
	font-weight: bold;
	color: #4A5B6B;
}
h1 {
	font-size: 1.2em;
	line-height: 2em;
}
h2 {
	font-size: 1.0em;
	line-height: 2em;
}
h3,h4 {
	font-size: 0.9em;
	line-height: 1.5em;
}

input {
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: normal;
	color: #4A5B6B;
	
	height: 15px;
}
input.submit {
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	color: #4A5B6B;
	height: 20px;
}

#page {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	text-align: center;
	margin-left: -159px;
	position: absolute;
	top: -131px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
}

#info1, #info2 {
	position: relative;
	left: 40px;
	text-align: left;
	float: left;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
}
#info2 {
	margin-left: 20px;
}
#info3 {
	position: relative;
	left: 40px;
	clear: both;
	width: 210px;
	font-size: 0.6em;
	padding-top: 5px;
}


