﻿body
{
	border:0;
	margin:0;
	padding:0;
}  
   .row
   {
        clear:both;
   }
   .left
   {
      float: left;
      text-align: left;
      font-size:12px;
      font-weight: bold;
      color: #000;
      width: 49%;
   }
   .right
   {
        float: right;
        text-align: left;
        font-size:12px;
        font-weight: normal;
        color: #000;
        width: 49%;
   }
   
   .hr
   {
    width:100%;
    height:5px; 
    background-color:#e1e1e1;
   margin-top:5px;
   margin-bottom:5px;
   }
   .center
   {
	width:100%;
	text-align:center;
   }

