
body {
  margin: 15px 0px 25px 25px;
  padding: 0;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 400;
  width: 700px;
  }  


{** Content Table, Grey Image Border **}
img.border { 
  border: 1px solid #757575; 
  } 

{** Commonly used table, 0 border, 0 cellpadding, 0 cellspacing **}   
table.common {
  border-width: 0px;
  border-spacing: ;
  border-style: none;
  border-collapse: collapse;
  }
table.common th {
  border-width: 0px;
  padding: ;
  border-style: none;
  background-color: white;
  -moz-border-radius: ;
  }
table.common td {
  border-width: 0px;
  padding: 0px;
  border-style: none;
  -moz-border-radius: ;
  }

{** Read More Links **}
a.read:link, a.read:visited {
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color:#FF0000;
  text-decoration: underline;
  }
a.read:hover, a.read:active {
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color:#000033;
  text-decoration: underline;
  }






 
 
