<style type="text/css">
<!--
/* regular classes ----------------------------------------------------------*/
BODY,TD	{
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
};
BLOCKQUOTE,OL,P,UL	{
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	text-align: justify;
};
TH	{
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
};

A {
	color: #006633;
	font-family: tahoma,verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #663300;
}


/* generic classes ----------------------------------------------------------*/
// lifted from (and much props to):
//		http://gomakross.org/styles.css
.leading8	{ line-height:.8 }
.leading9	{ line-height:.9 }
.leading12	{ line-height:1.2 }
.leading15	{ line-height:1.5 }
.leading20	{ line-height:2.0 }
.leading25	{ line-height:2.5 }

.quote	{
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};
.textbar	{
	background-color: #004b2c;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};

/* blog classes */
.blog_title {
	font-family: tahoma,verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 14px;
	font-weight: bold;
}

.blog_date_header {
	font-family: tahoma,verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
}

.blog_post_info {
	font-family: tahoma,verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* contact classes */
.contact_name	{
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
};

/* form classes */
.form_err {
	color: #ff0000;
	font-family: tahoma,verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 14px;
	font-weight: bold;
}

/* menu classes */
.subnav_item	{
	background-color: #CBB99C;
	color: #663300;
	font-family: verdana,geneva,ms sans serif,sans-serif,arial,helvetica;
	font-size: 12px;
};
.subnav_item_active	{
	background-color: #004b2c;
	color: #ffffff;
	font-family: verdana,geneva,ms sans serif,sans-serif,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
};
.subnav_title	{
	background-color: #000000;
	color: #ffffff;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};

/* table output */
.th_header	{
	background-color: #000000;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};
.th_header_textbold	{
	background-color: black;
	color: lightsteelblue;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};
.th_subheader	{
	background-color: #004b2c;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};
.td_color1	{
	background-color: beige;
	color: black;
	font-family: arial,helvetica;
	font-size: 13px;
};
.td_color2	{
	background-color: white;
	color: black;
	font-family: arial,helvetica;
	font-size: 13px;
};
.th_footer	{
	background-color: lightsteelblue;
	color: black;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
};
-->
</style>
