body, html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #FEFEFE;
	color: #333333;
	font-family: Verdana, Geneva,  sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 40px;
	margin: 4px 0 4px 0;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	margin: 2px 0 2px 0;
}


#wrapper
{
	width: 100%;
	height: 100%;
}

#header
{
	border-bottom: 1px solid #999999;
	
	background: #CCCCCC;
	color: #777777;
	
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 4px;
	
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

#header a:link,
#header a:visited,
#header a:active{
	color: #494141;
	text-decoration: underline;
}

#header a:hover{
	color: #999999;
}

#main
{
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px 0 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
}

#main a:link,
#main a:visited,
#main a:active{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #3366BB;
}

#main a:hover{
	color: #666666;
}

#footer
{
	border-top: 1px solid #999999;
	
	background: #CCCCCC;
	color: #AAAAAA;
	
	padding: 6px;
	padding-top: 3px;
	
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color: #AAAAAA;
	text-decoration: underline;
}

#footer a:hover{
	color: #888888;
}

.top {
	padding: 10px;
	font-family: verdana,arial,tahoma;
	font-size: 11px;
	border: 2px solid black;
	background-color: #efefef;
	text-align: left;
}

.top form {
	margin: 0px;
}

.top input, .top textarea {
	margin: 2px;
}