/*--design by forestgan-
create date Mar. 27 2006
http://wwww.forest53.com/
last edit Apr. 28 2006
*/
body{
	background: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 140%;
	text-align: center;
	padding: 0;
	margin: 0;
}

body,html{
	height: 100%;	
}
* html, * html body{
	overflow: hidden;
}
a{
	color: #FFFF99;
	background: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	background: #CC0000;
	text-decoration: underline;
}

#top{
	min-height: 90%;	
	overflow: auto;	
}

* html #top{
	height: 90%;
}
	 
#footer{
	height: 10%;
	background: #CC0000;
	color: #FFFFFF;
}

address{
	padding-top: 1em;
	font-style: normal;
}
