body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #A5E000;
}
a {
	color: #E04402;	
	text-decoration:none;
}
a:visited {
	color: #E04402;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
input, textarea 
{
	background: #F3F6ED;
	border: #BABABA 1px solid;
}
 
a img {
	border: none;
}

h3 {
	margin: 0;
	padding: 0;
	font-size:1.3em;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#header h1 
{
	margin: 0;	
	font-size: 1.6em;	
	padding:33px 0 0 30px;
	text-align:left;	
}
#header h1 a 
{
	color:#A5E000;
	text-decoration:none;
}
#header h1 a:hover 
{
	color:#F7F3ED;
}

#header #desc
{
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	color:#A5E000;
	text-align:left;
	margin:0;
	padding:0 20px 0 30px;
}

.page-info 
{
	text-align:center;	
}
