@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:20px;
	color:#333;
	margin:0px;
}

form
{
	padding:0px;
	margin:0px;
}

H1
{
	font-size:2em;
	color:#81a416;
	padding:0px;
	line-height:1.2em;
}

H2 
{
	font-size:1.6em;
	color:#FF6600;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
}

H3 
{
	text-align:left; 
	font-weight:bold; 
	font-size:1.4em; 
	color:#FF9900; 
}

p 
{
	font-size:1em;
	color:#333;
	line-height:1.5em;
	margin-right:0px;
	margin-left:0px;
}

ul 
{
	list-style:square;
	margin:20px 0px 20px 0px;
	padding-left:15px;
}

ul li{
	line-height:20px;
	padding-bottom:10px;
}

a
{
	text-decoration:underline;
	color:#2663e0;
}

a:hover
{
	text-decoration:none;
	color:#006633;
}
.slogan sup{
	font-size:12px;
}
strong,b
{
	color:#333;
}

small
{
	font-size:11px;
	color:#666666;
}
label{
	color:#333333;
	font-weight:bold;
}
label input,select
{
	width:300px;
	font-size:18px;
	padding:3px;
	color:#666666;
	background:#ecf9c1;
}

