html
{
	height: 100%;
}
body
{
	
	font-family: Tahoma;
	font-size: 12px;
	
	
}

h1, h2, h3
{
	margin: 0;
	text-transform: lowercase;
	font-family: Tahoma;
	font-weight: normal;
	color: #538f05;
}

h1
{
	font-size: 44px;
}

h2
{
	font-size: 18px;
}

h3
{
}

p, ul, ol
{
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

ul, ol
{
}

blockquote
{
}

a
{
	text-decoration: none;
	color: #ffffff; /*changed*/
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}


img.left
{
	float: left;
	margin: 7px 30px 0 0;
}

img.right
{
	float: right;
	margin: 7px 0 0 30px;
}

hr
{
	display: none;
}

