/* Get Mac Os X look in suse kde */

h1, h2 {
display: none;
}

h3
{
	font-family:Arial;
	font-size:13pt;
	color: #486604;
	text-align: left;
}

h4
{
	font-family:Arial;
	font-size:10pt;
	color: #486604;
	text-align: left;
}

body 
{
	margin-left: auto;
	margin-right: auto;
	background-color: #707070;
	text-align: left;
	width:1024px;

}


* html #header { /* Fixes IE top-of-page spacing problem */
margin-top: -14px;
z-index: 99
}

#container 
{
position : absolute;
margin: 0 auto;
width: 800px;
height: 2600px;
text-align: left;
background-color: #ffffff;
border: 2px solid #587B05;

}

#content
{
	position: absolute;
	width: 775px;
	height: 2250px;
	padding: 150px 0px 0px 15px;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #5D5D5D;
	background-color: #ffffff;
}

#sign
{
	font-family: Arial;
	font-size: 10pt;
	color: #5D5D5D;
	font-weight: bold;
	text-align: left;
	
}


/* All Hyperlinks */
a:link {	color: #DF7000;}
a:visited {color: #486604;}
a:hover {text-decoration: underline; color: #486604;}


