body         { font-family: Verdana, Arial; font-size: 10pt; color: #333333; word-spacing: 0; 
               text-indent: 0; text-align: left; margin: 0 }

/* Style - Main Body */
a:link       { font-family: arial; font-size: 10pt; color: #836412; font-weight: bold; text-decoration: underline }
a:visited    { font-family: arial; font-size: 10pt; color: #836412; font-weight: bold; text-decoration: underline }
a:hover      { font-family: arial; font-size: 10pt; color: #990000; font-weight: bold; text-decoration: underline }
a:active     { font-family: arial; font-size: 10pt; color: #666666; font-weight: bold; text-decoration: underline }
h1           { font-family: arial; font-size: 24pt; color: #990000; font-weight: normal; margin-top:0px; margin-bottom:0px }
h2           { font-family: arial; font-size: 18pt; color: #990000; font-weight: normal } 
h3           { font-family: arial; font-size: 14pt; color: #990000; font-weight: normal }
h4           { font-family: arial; font-size: 24pt; color: #000000; font-weight: normal; text-align:center; margin-top:0px; margin-bottom:0px }
h5           { font-family: arial; font-size: 12pt; color: #7A0714; font-weight: normal; margin-top:0px; margin-bottom:0px }
h6           { font-family: arial; font-size: 12pt; color: #990000; font-weight: bold }
body         { font-family: arial; font-size: 11pt; color: #292A2C; background-color: #35351A }
p            { font-family: arial; font-size: 11pt; color: #292A2C; margin-top:0px; margin-bottom:0px }
li           { font-family: arial; font-size: 11pt; color: #292A2C }

/* Style - Main Header Menu */
.mainmenu {
	width: 100%;
	border: 0px #7A0714;
	background-color: #7A0714;
	text-decoration: none;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	table-layout: auto;
}
.mainmenu a:link    {
	font: 16pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
} 
.mainmenu a:visited {
	font: 16pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:hover   {
	font: 16pt Arial, Helvetica, sans-serif;
	color: #836412;
	text-decoration: underline;
}
.mainmenu a:active  {
	font: 16pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu p {
	text-align:center; text-decoration:none; color: #292A2C
} 
                    
/* Style - ??? */
.homelink a:link    { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 16pt; font-weight: normal; color: #ffffff; 
                    text-decoration: none; margin-top: 6px; margin-bottom: 6px } 
.homelink a:visited { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 16pt; font-weight: normal; color: #000000; 
                    text-decoration: none; margin-top: 6px; margin-bottom: 6px  }
.homelink a:hover   { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 16pt; font-weight: normal; color: #ffffff; 
                    text-decoration: underline; margin-top: 6px; margin-bottom: 6px  }
.homelink a:active  { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 16pt; font-weight: normal; color: #ffffff; 
                    text-decoration: none; margin-top: 6px; margin-bottom: 6px  }

/* Style - Box no border, medium green background */
.boxnobordermgback {
	padding: 6px 6px 6px 6px;
	border-width: 0;
	background-color: #6A681F;
}

/* Style - Box 100% wide, no border, light green background */
.box100noborderlgback { 
	width: 100%; 
	border: 0px; 
	background-color: #E3E1B3;
}

/* Style - Box 100% wide */
.box100 {
	width: 100%;
	text-decoration: none;
}

/* Style - Box 100px wide */
.box100px {
	width: 100px;
	text-decoration: none;
}

/* Style - Box 300px wide */
.box300px {
	width: 300px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}

/* Style - Box 300px wide */
.box700px {
	width: 700px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}

/* Style - Box 100% wide, white background */
.box100white {
	border-color: #FFFFFF;
	width: 100%;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Style - Box 100% wide, Text centered */
.textcenter {
	text-align: center;
}

/* Style - Image, no border */
.imagenoborder { border-collapse: collapse; border: 0px }

/* Style - Image, no border, 20 px left and right, 4 px top and bottom */
.imagenoborder4x20margins { border-collapse: collapse; border: 0px; margin: 4px 20px 4px 20px }

/* Style - Image, no border, 20 px left and right, 4 px top and bottom */
.imagenoborder4x10margins { border-collapse: collapse; border: 0px; margin: 4px 10px 4px 10px }

/* Style - Image, no border, 20 px left and right, 4 px top and bottom */
.imagenoborder10x10margins { border-collapse: collapse; border: 0px; margin: 10px 10px 10px 10px }

/* Style - Medium Green Line */
.mgline {
	color: #6C6A30;
}

