@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(temp/bg_home.gif);
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;	

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #006633;
	padding: 0px;
	margin: 0px;	
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	padding: 0px;
	margin: 0px;	
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Times New Roman, Times, serif;
	color: #33FF00;
}
a:visited {
	color: #33FF00;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0099FF;
}
