body {
  background-color:#FFFFFF;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  }
  
a:link {
	color:#96251B;
	text-decoration:none;
	font-weight: bold;
	text-align:right;
  }
  
a:visited {
  color:#96251B;
  text-decoration:none;
  font-weight: bold;
  text-align:right;
  }
  
a:hover {
  color:#96251B;
  text-decoration:underline;
  }
  
a img {
  border-width:0;
  }
  
.callout {
	font-weight: bold;
}  

h1 {
	font:bold 1.5em/.5em Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-transform: uppercase;
  } 

#text {
  padding:14px 14px 14px 14px;
  text-align:left;
  font:0.7em Verdana, Arial, Helvetica, sans-serif;
  color:#666666;
  } 
  
#name,  .requiered {
	color:#96251B;
	font-style: italic;
	font-weight: bold;
  }   
  
#line {
  border-left:1px dashed #999999;
  }
  
#sideline {  
  border-top:1px dashed #999999;
  border-bottom:1px dashed #999999;
  padding:16px 0px 16px 0px;
  color:#96251B;
	font-style: italic;
  }
  
 #no_pad{
 	padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
 }