* {
	margin: 0px;
	padding: 0px;
}
body {
    padding: 0px 0px 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;	
	text-transform: none;
  /*background-color:#d6e0ec;*/
  background-color:#ffffff;
}
.text1 {
	font-family: georgia;
	font-size: 17px;
	font-weight: bold;
	color: #fe2704;
}
a {
   	color: #fe2704;
	text-decoration: none;
}
a:hover {
   	color: blue;
    text-decoration: underline;
}
.text2{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #fe2704;
}
.pill_m_top1{
 font-weight:bold;
 font-family:Helvetica;
 font-size:13px;
 color:#000000;
 padding: 0;
 margin: 0;
 width: 8%;
 height: 19px;
 text-align:right;
}


.copywrights{
    font-size:10px;
    font-family:georgia;
    color:#000000;
	text-align:center;
} 


