
a:link {
	color: "white"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: "white"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: yellow; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
	text-decoration: underline;
}

.linkalt:link	{
	color:white; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 7pt;
}
.linkalt:visited	{
	color:white; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 7pt;
}
.linkalt:hover	{
	color:yellow; 
	text-decoration:underline; 
	font-family: Verdana; 
	font-size: 7pt;
}

.linkalt2:link	{
	color:#999999; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 10pt;
}
.linkalt2:visited	{
	color:#999999; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 10pt;
}
.linkalt2:hover	{
	color:#cc6633; 
	text-decoration:underline; 
	font-family: Verdana; 
	font-size: 10pt;
}

.linkalt3:link	{
	color:#999999; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 8pt;
}
.linkalt3:visited	{
	color:#999999; 
	text-decoration:none; 
	font-family: Verdana; 
	font-size: 8pt;
}
.linkalt3:hover	{
	color:#cc6633; 
	text-decoration:underline; 
	font-family: Verdana; 
	font-size: 8pt;
}

.body_text {
	color: "#999999"; 
	font-size: 10pt; 
	font-family: verdana; 
	font-weight: bold
}

.testimonial {
	color: "brown"; 
	font-size: 10pt; 
	font-family: verdana; 
	font-weight: bold
}

.pic_text {
	color: "red"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold
}

.body_header1 {
	color: "#999999"; 
	font-size: 14pt; 
	font-family: verdana; 
	font-weight: normal;
}

.body_header2 {
	color: "#999999"; 
	font-size: 12pt; 
	font-family: verdana; 
	font-weight: bold;
}

.body_text2 {
	color: "#999999"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
}

.redlist {
	color: "red"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
}	

.our_standards {
	color: white; 
	font-size: 10pt; 
	font-family: verdana; 
	font-weight: bold;
}

.footer_text {
	color: white; 
	font-size: 7pt; 
	font-family: verdana; 
	font-weight: bold;
}	

.header_text {
	color: "white"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
}


.red_bottom_border {
	border-bottom: solid 4px red; 
}

.left_white_border {
	border-left: solid 2px white;
}

.left_right_white_border {
	border-left: solid 2px white;
	border-right: solid 2px white;
}

.allborders {
	border-top: solid 1px #006633;
	border-bottom: solid 1px #006633; 
	border-left: solid 1px #006633; 
	border-right: solid 1px #006633;
}

.text_area {
	color: "#006633"; 
	font-size: 8pt; 
	font-family: verdana; 
	font-weight: bold;
	border-color:#006633;
	border-width:2px;
	border-style:Solid;
}

.submit_button {
	color:#ffffff;
	background-color:#CC6633;
	border-color:#006633;
	border-width:2px;
	border-style:Solid;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	height:20px;
}




