body {
  margin: 0;
  height:100%;
  padding: 0;
  color: #333333;
  background: #FFFFFF;
}

a:link {color: #0676A5;}
a:visited { color: #0676A5; }
a:hover {color: #7DBCD6; text-decoration: none; }

p {
 padding:0;
 margin:0;
 font-size: 12px;
 line-height: 1.5;
 color: #515151;
 }
 
p.small {  font-size: 10px; line-height: 1.5; color: #515151;}
.t_font {  font-size: 12px; line-height: 120%; color: #333333}

h3.top{
 margin:0;
 padding:0;
 }
 
.f_small  {
    width:15px;
    height:15px;
	background:url(f_s_on.gif) no-repeat;
}
.f_large {
    width:15px;
    height:15px;
	background:url(f_b.gif) no-repeat;
	}
	
.f_small a,.f_large a{
    width:15px;
    height:15px;
    display: block;
    text-indent:-9999px;
    text-decoration: none;
}

