@charset "UTF-8";
/* CSS Document */

/*_____GENERAL_____*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #383731;
	font-size: 13px;
}
a:link	{
		border: none;
		font-size: 14px;
		text-decoration: underline;
		color: #007253;
		}
a:visited {
		border: none;
		font-size: 14px;
		text-decoration: underline;
		color: #007253;
		}
a:hover	{
		border: none;
		font-size: 14px;
		text-decoration: none;
		color: #007253;
		}

a:active	{
		border: none;
		font-size: 14px;
		text-decoration: underline;
		color: #007253;
		}
h1		{
		font-size: 24px;
		font-weight: bold;
}
h2		{
		font-size: 15px;
		font-weight: bold;
}
.ah2		{
		font-size: 15px;
		font-weight: bold;
}
h3
		{
		vertical-align: top;
		font-size: 17px;
		font-weight: bold;
		padding-left: 5px;
}
.ah3
		{
		vertical-align: top;
		font-size: 17px;
		font-weight: bold;
		padding-left: 5px;
}

/*_____footer_____*/
#footer  {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;;
}
#footer a  {
	text-align: center;
	color: #FFF;
	font-size: 12px;

}

/*_____CONTACTS_PAGE_____*/

.contacts_text {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 14px;
	padding-top: 10px;
	text-align: left;
}
.contacts_subheads {
	font-size: 18px;
	color: #FFF;
	padding-left: 5px;
}

/*_____SALES_DIST_PAGE_____*/

.sales_dist_text {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	
}
.sales_dist_text a	{
		border: none;
		font-size: 12px;
		text-decoration: underline;
		}

.sales_dist_subheads {
	vertical-align: bottom;
	font-size: 18px;
	color: #FFF;
	padding-left: 5px;
}
.co   {
	font-size: 13px;
	font-weight: bold;
}
/*_____STAFF_PAGE_____*/

.staff_name   {
	font-size: 18px;
	font-weight: bold;
}
.staff_position  {
	font-size: 15px;
	font-style: oblique;
}.staff_body  {
	font-size: 13px;
}

