@charset "utf-8";
/* CSS Document */

body,html
{
	height: 100%;	
}
body
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.71em;
	color: #333333;
	background-color: #5a5c64;
	line-height: 140%;
}
a
{
	text-decoration: none;
	/*color: #c0d600;*/
	color: #91ad00;
}
a:hover
{
	color: #555555;	
}
h1
{
	font-size: 1.3em;
	font-weight: normal;	
	/*color: #c0d600;*/
	margin-bottom: 8px;
	margin-top: 3px;
}
h2
{
	font-size: 1.1em;
	font-weight: normal;	
	/*color: #c0d600;*/
	margin-top: 1px;
	margin-bottom: 5px;
}
