
a:hover			{ color: #339900 }
a.txt002:hover	{ color: #000000 } /*When hovering over a link*/
a.txt011:hover	{ color: #FFFF33 } /*When hovering over a menu item, change text color*/
a.txt013 { color: #339900 }

.back {
  background-image: url('images/background.gif');
  background-repeat: no-repeat;
  }
body		{ background-color: #339900; margin-top: 0px; margin-left: 0px; margin-right: 0px; font-family: arial, sans-serif; font-size: 12px; color: #000000; }
table 		{ padding: 0px 0px 0px 0px;	border-collapse: collapse; font-family: arial, sans-serif; font-size: 12px; color: #000000; line-height: 16px; text-align: left; }
td			{ vertical-align: top; padding-bottom: 0px;	padding-left: 0px; padding-right: 0px; padding-top: 0px; }

.txt007		{ color: #ffffff; }
.txt009		{ text-decoration: none; color: #FFFFFF; font-size: 11px; }
.txt002		{ font-weight: bold; text-decoration: none; color: #9B372A; font-size: 11px; line-height: 12px; }
.txt003		{ font-weight: bold; color: #336699; font-size: 14px; }
.txt004		{ text-decoration: none; color: #CCCCCC; font-size: 11px; }
.txt005		{ text-decoration: none; color: #666666; font-size: 11px; }
.txt010		{ text-decoration: none; color: #333333; font-size: 11px; line-height: 13px;}
.txt011		{ text-decoration: none; color: #339900; font-size: 11px; line-height: 15px; }
.txt012		{ text-decoration: none; color: #FFFFFF; font-size: 11px; }
.txt013		{ text-decoration: none; color: #339900; font-size: 11px; }
.txt014		{ font-weight: bold; color: #336699; font-size: 28px; }

.bg-white		{ background-color: #ffffff; } /* Default white */
.bg-black		{ background-color: #000000; } /* Default black */
.bg-leftnav		{ background-color: #FFCC66; }
.bg-nav			{ background-color: #9B372A; }
.bg-dateline 	{ background-color: #CC6633; }
.bg-darkblue	{ background-color: #003366; }

.hr001			{ color: #81CCE4; background-color: #81CCE4; height: 1px; border: 0px; NOSHADE }

.lineheight16	{ line-height: 12px; }

/*BG Color for text 993300*/




#dropmenudiv{
position:absolute;
border:1px solid #339900;
border-bottom-width: 0;
font:normal 12px arial, sans-serif;
color: #339900;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #339900;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #339900;
}


