input,textarea,select,option {
	background:#F6F6F6;
	border:1px #000 solid;	
	font-size:10pt;
	color:#000;
	font-family: Tahoma, Verdana, Arial; font-size: 11px; 
}
.imagelink {border:1px solid #993300;};
.checkbox,radio  {border:0px;}
.txtinput{font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000 }
.btnForm{FONT-WEIGHT: bold; COLOR: #827552; FONT-FAMILY: verdana; BACKGROUND-COLOR: #f0ce84}
.cmbinput{font-family: verdana; font-size: 10; border: 1px solid #999999; }
.des{FONT-FAMILY: Verdana, Arial, Helvetica;FONT-SIZE: 11px;}
.tblMain{border: 3px solid #993300;FONT-FAMILY: Verdana, Arial, Helvetica;FONT-SIZE: 11px;}
.tdMain{background-color: #993300;color: #FFFFFF; FONT-WEIGHT: bold; }
.toplink{color: #FFFFFF; FONT-WEIGHT: bold; text-decoration:none}


span.footer  { font-size: 8pt; color: #669900; font-style: italic }

#Menu { 
font-family: Arial, sans-serif; 
border-bottom: 10px solid #A0CEF8; 
} 
#Menu ul { 
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */ 
margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */ 
} 
#Menu li { 
display: inline; /* Menu links are horizontally aligned using display: inline */ 
} 
#Menu li a { 
/* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */ 
color: #5d5350; 
text-decoration: none; 
font-weight: bold; 
background: url('images/tab/tabbed-menu-left.gif') no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */; padding-left:10px; padding-right:0; padding-top:7px; padding-bottom:6px 
} 
#Menu li a:hover { 
background: url('images/tab/tabbed-menu-left.gif') no-repeat left bottom; 
} 
#Menu li a span { 
background: url('images/tab/tabbed-menu-right.gif') no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */; padding-left:0; padding-right:10px; padding-top:7px; padding-bottom:6px 
} 
#Menu li a:hover span { 
background: url('images/tab/tabbed-menu-right.gif') no-repeat right bottom; 
}