.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #333333;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #268A03;
	text-decoration: none;
}

.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-decoration: none;
	color: #1F6300;
}
.yellowshade {
	background-attachment: fixed;
	background-image: url(yellow-shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.greenshade {

	background-attachment: fixed;
	background-image: url(green-shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.submenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
.submenu:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.lblContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a
{
	color: #006633; 
	text-decoration: none
}
a:hover
{
	color: #006633; 
	text-decoration: underline;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.sidenewslink
{
	color: #FFFFFF; 
	font-size: 10px;
	text-decoration: none;
}
.sidenewslink:hover
{
	color: #FFFFFF; 
	font-size: 10px;
	text-decoration: underline;
}
.normaltext
{
	color: #000000; 
	font-size: 10px;
}
.morelink
{
	color: #006633; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.morelink:hover
{
	color: #006633; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
.datetext
{
	color: #000000; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
input.btn{
   color:#ffffff;
   font-family: verdana,helvetica,sans-serif;
   font-size:7pt;
   font-weight:BOLD;
   background-color:#2e8b57;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   padding: 2px 2px 2px 2px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#2e8b57',EndColorStr='#90ee90');}
      
input.btnHTML{
   color:#ffffff;
   font-family: verdana,helvetica,sans-serif;
   font-size:7pt;
   font-weight:BOLD;
   background-color:#3399ff;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   padding: 2px 2px 2px 2px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#808080',EndColorStr='#33ccff');}