.projectlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}
.project-labels {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.project-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.specials-labels {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}
.specials_title {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.special_titles2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #033732;
}
.tantext {
	color: #996600
}
.browntext {
	color: #663333;
}
.testimonialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.special_titles3  {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.alerttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
}
.alerttext_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
}
/* Miscellaneous classes for reuse */
.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;
}
.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;
}
