<!--

/* BODY DEFINITIONS */
body
{ 
					font-family: Verdana, Arial, Helvetica, Sans-serif;
					background-image: url('images/bg.gif');
					background-color: #593F1C;
					background-repeat: repeat-x;
					margin-top: 10px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 10px;
}

/* TAG DEFINITIONS */
p					{ color: #000000; font-size: 12px; line-height: 140%; }
td					{ color: #000000; font-size: 12px; line-height: 140%; }
h1					{ color: #000000; font-size: 28px; line-height: 120%; font-weight: normal; margin-top: 0px; margin-bottom: 0px; }

/* LINK DEFINITIONS */
a:link				{ text-decoration: underline; color: #000000; font-size: 12px; }
a:visited			{ text-decoration: underline; color: #000000; font-size: 12px; }
a:hover				{ text-decoration: underline; color: #000000; font-size: 12px; }

a.footer:link		{ text-decoration: none; color: #F0EDE9; font-size:9px; line-height: 100%; }
a.footer:visited	{ text-decoration: none; color: #F0EDE9; font-size:9px; line-height: 100%; }
a.footer:hover		{ text-decoration: underline; color: #FFFFFF; font-size:9px; line-height: 100%; }

a.menu:link			{ text-decoration: none; color: #593F1C; font-size:12px; font-weight: bold; }
a.menu:visited		{ text-decoration: none; color: #593F1C; font-size:12px; font-weight: bold; }
a.menu:hover		{ text-decoration: underline; color: #000000; font-size:12px; font-weight: bold; }

/* OBJECT DEFINITIONS */
.divider			{ color: #739427; height: 2px; border: 0; background-color: #739427; }

/* BACKGROUND DEFINITIONS */
.banner_bg			{ background-image: url('images/body_top_bg.gif'); }
.content_bg			{ background-image: url('images/body_bg.gif'); background-repeat: repeat-y; }
.bottom_bg			{ background-image: url('images/body_bottom_bg.jpg'); }
.footer_bg			{ background-image: url('images/footer_bg.gif'); }

/* LINK DEFINITIONS */
.slogan				{ color: #593F1C; font-size: 14px; }
.menu_desc			{ color: #000000; font-size: 9px; }
.footer				{ color: #F0EDE9; font-size: 9px; }
.articles			{ color: #593F1C; font-size: 12px; }
-->