body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#333333;
}

h1 {
	color:#006600;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	margin:20px 0px 15px 35px;
	width:425px;
}

h1 .subtitle {
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}

h2 {
	color:#006600;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

h3 {
	color:#006600;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin:10px 0px 0px;
}

p {
	font-size:12px;
	line-height:14px;
	margin:5px 0px;
}

p.smalltype {
	font-size:10px;
	line-height:14px;
	margin:0px;
}

p strong {
	font-weight:bold;
	font-size:12px;
}


a {color:#0066FF}
a:hover{text-decoration:underline;}
.GreenBold {color:#006600; font-weight:bold;}
.Greenbigger {
	color:#006600;
	font-size:16px; 
	font-weight:bold;
	line-height:20px;
}

img.Right {
	float:right;
	margin:10px
}

img.Left {
	float:left;
	margin:10px
}

td {
	line-height:14px;
	font-size:12px;
}