A.Green:Link, A.Green:Visited, A.Green:Active, A.Green:Hover {
	Font-Family: Microsoft Sans Serif;
	Font-Size: 11px;
	Text-Decoration: none;
	Color: #33632D;
	Font-Weight: 600;
}

A.Red:Link, A.Red:Visited, A.Red:Active, A.Red:Hover {
	Font-Family: Microsoft Sans Serif;
	Font-Size: 11px;
	Text-Decoration: none;
	Color: #FF0000;
	Font-Weight: 600;
}

A.Top:Link, A.Top:Visited, A.Top:Active {
	Font-Family: Microsoft Sans Serif;
	Font-Size: 11px;
	Text-Decoration: none;
	Color: #33632D;
	Font-Weight: 600;
}

A.Top:Hover {
	Font-Family: Microsoft Sans Serif;
	Font-Size: 11px;
	Text-Decoration: none;
	Color: #FF0000;
	Font-Weight: 600;
}

td.Blank {
	Border: 0px;
	Padding: 0px;
	Margin: 0px;
}

td.Header {
	Border: 0px;
	Padding: 0px;
	Margin: 0px;
}

td.HeadLinkLeft, td.HeadLinkRight {
	border: 0px;
	padding: 2px;
	padding-Left: 7px;
	Padding-Right: 7px;
	margin: 0px;
}

td.HeadLinkRight {
	padding-left: 2px;
}

td.HeadLinkLeft {
	Padding-Right: 2px;
}

td.Main {
   text-decoration: none;
   color: #000000;
   font-family: Arial;
   font-size: 10pt;
   font-weight: 400;
   padding: 10px;
   margin: 10px;
   border: 1px solid black;
}

BODY {
	background: #ffffff;
	color: #000;
	padding: 10px;
	font-family: Arial;
}
	
	
A.menu:link, A.menu:visited {
		text-decoration: none;
		color: blue;
		
		}
A.menu:active, A.menu:hover {
		text-decoration: none;
		color: red;
		}

A:link, A:visited {
	   text-decoration: none;
	   color: blue;
	   }
A:active, A:hover {
		 text-decoration: none;
		 color: red;
		 }

td.Footer, td.TitleHeader {
   text-decoration: none;
   color: #000;
   font-family: Arial;
   font-size: 12pt;
   font-weight: 400;
   padding: 5px;
   margin: 0px;
   border: 0px;
}

td.footer {
	font-size: 11pt;
	color: #000;
	padding: 10px;
}

td.Main, td.IntroBG, td.default, td.MainSmall, td.CheckoutTable {
   text-decoration: none;
   color: #000;
   font-family: Arial;
   font-size: 10pt;
   font-weight: 400;
   padding: 4px;
   background: #ffffff;
   margin: 10px;

}

td.MainSmall {
	font-size: 9px;
}

td.CheckoutTable {
	border: 1px solid #000;
	padding: 2px;
}

td.default {
	background: #ffffff;
	border: 0;
	font-size: 10pt;
}

td.IntroBG {
	padding: 0px;
	border: 1px solid black;
}
   
td.TableHead, td.TableHeadEnd, td.TableBody, td.TableBodyEnd, td.TableBodyAlt, td.TableBodyAltEnd {
   text-decoration: none;
   color: #000;
   font-family: Arial;
   font-size: 10pt;
   font-weight: 400;
   padding: 2px;
   margin: 2px;
   border: 1px #ffcc66 solid;
   }

td.TableHead, td.TableHeadEnd {
	font-weight: 900;
	background: #ffffff;
	padding-left: 10px;
}
td.TableHead {
	border-right: 0px;
}

td.TableBody, td.TableBodyEnd, td.TableBodyAlt, td.TableBodyAltEnd {
	background: #ffffcc;
	border-top: 0px;
}
td.TableBodyAlt, td.TableBodyAltEnd {
	background: #ffffaa;
}
td.TableBody, td.TableBodyAlt {
	border-right: 0px;
}

input.textbox, textarea
{
	border: black 1px solid;
	background: #ffffff;
	margin: 1px;
	font-family: Arial;
	font-size: 11px;
	font-weight: 400;
	color: black;
	padding: 2px;
}
	
#smenu		                                
	{	
	position:relative;	
	z-index: 10;
	width: 115px;						        
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#smenu a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;					
	padding-bottom: 0.2em;
	white-space:nowrap;
	color: #33632D;
	background-color: white;
	text-decoration:none;
	}
	
#smenu a:hover				             
	{
	color: #33632D;
	background-color: #99FF99;
	}