body {
	background-color: #E6EEED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/line.gif);
	color: #1F351C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
a:link {
	color: #919160;
}
a:visited {
	color: #669999;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #ff0000;
}
h1 {
	font-size: 16px;
	color: #0063C6;
}
h2 {
	font-size: 15px;
	color: #3D8D07;
}
h3 {
	background-color: #a24056;
	font-size: 14px;
	color: #FFC;
}
h4 {
	font-size: 13px;
	color: #A24056;
}
h5 {
	font-size: 12px;
	color: #000000;
}
h6 {
	font-size: 14px;
	color: #CE9B00;
}

.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;
}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FF0000;
	}
.textemph { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold ; 
	color: #99CCCC;
	}
.textital {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold;
	}
.textbigger {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	}
.textserif {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #009966; 
	font-style: italic;
	}
.textemphblah {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCFF;
	margin: 20 px;
}
.textCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold ; 
	color: #558DC6
	}
.textquote {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: bold; 
	color: #9FDE41;
}
.textrose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A24056;
}
.quotebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #99CCCC;
	background-color: #1F351C;
	padding: 20 px;
}
.Greenbackground {
	background-color: #1F351C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

