.body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: black;
	
}
.body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #53537B;
	font-weight: bold;
	
}
.body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #53537B;
	font-weight: bold;
}
.body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;

	
}
.white  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.white a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.white a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.white a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: white;
	font-weight: bold;

	
}
input.body[type=text]
{ background-color:#f5f5f5;
	font-weight: bold;
    border:1px solid #dedede;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
      text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:3px 3px 3px 3px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}input.body[type=password]
{ background-color:#f5f5f5;
	font-weight: bold;
    border:1px solid #dedede;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
      text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:3px 3px 3px 3px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}input.body[type=submit]
{
	border: 1px solid #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-color: #CCCCCC;
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#005EBB), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc); /* for firefox 3.6+ */	
}
