html, body, #contents {
	min-height: 100%;
	height: 90%;
/*	background-color: #33A02B; */
}


/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 5px;
	font-family: Arial, sans-serif;
	color: black;
	background-color: white;
}
ul {
	margin-left:100px;
}
.h1 {
	text-align:center;
	font-family: font-family: "new century schoolbook", serif;
	font-size:24px;
	color:#33A067;
}
.h2 {
	text-align:center;
	font-family: font-family: "new century schoolbook", serif;
	font-size:16px;
	color:#33A067;
}
.popquote {
	width: 150px;
	background:silver;
	color:gold;
	float:right;
	border: 1px dashed black;
	text-align:center;
	font-size:13px;
	font-weight: bold;
	padding:6px;
	margin-top:10px;
	margin-left:10px

}
.style0 {
	margin-left:20px;
	margin-right:50px;
	margin-top:12px;
	text-align:left;
	font-size:11pt; 
	font-family: Arial;
}
.style1 {
	font-size: 48px;
	color: #000099;
	font-weight: bold;
}
.style2 {
	color: #000099; 
	font-size: 30px;
}
.style3 {
	font-size: 24px;
}
.style4 {
	font-size:12px;
	color: #000099;
}
.style5 {
	font-size:12px;
	color: #000;
}

.style6 {
	font-size:14px;
	color:#FF0000;
}
.style7 {color: #33A02B};


p.b {
	text-align:justify;
	margin-left: 0.5cm;
	margin-right:0.5cm;
}

A:link    { color: #003300; } /* unvisited links */
A:visited { color: #33A02B; } /* visited links   */
A:hover   { color: #006600; } /* user hovers     */
A:active  { color: #009900; } /* active links    */

a { 
	text-decoration:none;
	color:#003300;
} 
