/********************
Long:
I commented out useless lines instead of deleting them
just in case their are ever needed again.
*********************/


/* CSS Document */


body 
{
  margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b6b6b6;
	background-color: #3c5e09;
}

td, 
p 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #b6b6b6;
}

h2
/*.headline2 */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight:bold;
}

h1 { font-size: 16px;font-weight: bold;}
/*h2 { font-size: 13px; font-weight: bold; }*/
h3 { font-size: 11px; font-weight: bold; }

a {color: #77bb11; text-decoration: none;}
/*a:link { color: #77bb11; text-decoration: none; font-weight:bold; }
a:visited { color: 77bb11; text-decoration: none; font-weight:bold; }
a:active { color: #77bb11; text-decoration: none; font-weight:bold; } */
a:hover { color: #4a7012; text-decoration: underline; }

a.lml:link { color: #666666; text-decoration: none; font-weight:bold; }
a.lml:visited { color: #666666; text-decoration: none; font-weight:bold; }
a.lml:active { color: #666666; text-decoration: none; font-weight:bold; } 
a.lml:hover { color: #4a7012; text-decoration: none; font-weight:bold; }

a.lmlon:link { color: #77bb11; text-decoration: none; font-weight:bold; }
a.lmlon:visited { color: #77bb11; text-decoration: none; font-weight:bold; }
a.lmlon:active { color: #77bb11; text-decoration: none; font-weight:bold; } 
a.lmlon:hover { color: #77bb11; text-decoration: none; font-weight:bold; }

/*
a.fl:link { color: #003366; text-decoration: none; font-weight: normal;  }
a.fl:visited { color: #003366; text-decoration: none; font-weight: normal;  }
a.fl:active { color: #003366; text-decoration: none; font-weight: normal;  } 
a.fl:hover { color: #000000; text-decoration: none; font-weight: normal;  }
*/

a.bck:link { color: #e3e4e6; text-decoration: none; font-weight: bold;  }
a.bck:visited { color: #e3e4e6; text-decoration: none; font-weight: bold;  }
a.bck:active { color: #e3e4e6; text-decoration: none; font-weight: bold;  } 
a.bck:hover { color: #3399CC; text-decoration: none; font-weight: bold;  }

.image_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00aadd;
}

.image_cie {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
color: #ffffff;
line-height: 10px;
}

.lmenu {
padding: 15px 0 0 21px;
}
.content {
padding:15px 0.3em 0 24px;
}
.footer {
padding:0 0 0 21px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}
.footer a 
{
	font-weight:normal;
}

hr {
display: block;
color: #cccccc;
height: 1px;
margin: 0px 0px 5px 0px;
}

.style1 {font-size: 14px; color: #e3e4e6; font-family: Arial, Helvetica, sans-serif;}
.gray 
{
	color: #666666;
}


/* FORM */
input,
select
{
	font-size: 11px;
}
/* END FORM */

