@charset "utf-8";
/* CSS Document */
.heading {
	font-size: 100%;
	font-weight: bold;
	color: #00cc33;
	line-height: 75%;
	text-align: center;
}
.subheading {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	line-height: 100%;
	text-align: center;
}
.bodytext {
	font-size: 85%;
	color: #666666;
	line-height:125%;
	font-weight:normal;
}
.quotes {
	font-style:italic;
	font-size: 85%;
	color: #666666;
	line-height:125%;
	font-weight:normal;

}
.style1 {font-size: 90%; font-weight: bold; color: #333333; line-height: 50%; font-style: italic; }
.style2 {font-size: 85%}
.style3 {
	font-size: 80%;
	color: #333333;
}
.style4 {font-size: 80%}
.style5 {font-size: 80%; font-weight: bold; color: #333333; line-height: 100%; padding-bottom:2px;}
.images {
	float:right;
	margin-left:5px;
}
ol {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:85%;
color:#666666;
}
li {color:#666666;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.rule {border-top:1px dashed #666;}
.list {
width:90%;
padding:0px;
margin:0 auto;
border:0;
font-size:80%;
}
.noindent {padding-left:15px;}
