body 
{
  margin:0;
  padding:0;
  font: Arial, Helvetica, sans-serif;
  color:#333;
  font-size:12px;
}
h1 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  color:#124680; 
  font-weight:bold;
  margin:5px 0 7px 0;
  background: none;
}
h2,h3 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em;
  color:#124680;  
  font-weight:bold;
  margin:5px 0 5px 0;
  background: none;
}
li
{
  list-style: none;
  font-size:11px;
}
#content 
{
  margin: 7px 7px 0 7px;
  padding-bottom:5px;
}
.divider 
{
  border-top:1px dotted #ccc;
  margin:5px 0 2px 0;
}
.copyright 
{
  margin: 5px 0 5px 5px;
  border-top:1px dotted #ccc;
}
a img 
{
  border: none;
}
a:link,a:visited 
{
  text-decoration:none;
  color:#0A7ABB;
  background: none;
  border:none;
}
a:hover 
{
  text-decoration:underline;
  color:#274D72; 
  background: none;
}
#cap p {
	padding:10px;
	font-size:11px;
	line-height:18px;
}
#cap p a {color:#86979F;}
