	
BODY,HR,INPUT,SELECT,TEXTAREA{
background-color : White;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #4D4D4D;
font-size : 100%;
border-top: 0px;
}
.menu1{
	display: none;
font-size : 0.01px;
}

.submenuNote{
	display: none;
font-size : 0.01px;
}

.submenu{
	display: none;
font-size : 0.01px;
}

.complaint{
/*	
padding-top: 20px;
padding-bottom: 20px;
font-size : 0.8em;
color: #333333;
width:100%
*/
display: none;
}

.hidePrint {
	/*normally visible on screen, not shown when printing */
	display: none;
}

.showPrint {
	/*normally visible when printing, not shown on screen*/
	
}

.hide{
display: none;
}

.body {
/*	margin:10px;*/
padding-left:10px;
padding-right:10px;
}

A:link  {color : #4D4D4D;	text-decoration: underline;}
A:visited  {color : #4D4D4D;	text-decoration: underline;}
A:hover  {color :  #F60D11; text-decoration: underline;}