body {
margin:0; 
padding:0;
font-family: Helvetica, Arial, sans-serif;
line-height:1.5em;
font-size: 12pt;
}

.text80, .text80 a {
font-family:  Helvetica,Arial,sans-serif;
color:#333;
line-height:1.5em;
font-size: 85%;
}

/* This little goody prints out the actual URL of the link in a print page - in smart browsers */

.text80 a:link:after, .text80 a:visited:after {
   content: " (" attr(href) ") ";
   font-weight: bold;
   font-size: 110%;
   }


hr {
	color : #999999;
	height : 1px;
	border : 0 solid #999999;
	border-top-width : thin;
        background-color: transparent;
}

h1{font:700 14pt Century,Helvetica,Arial,sans-serif;color:#666; font-size: 165%;}
h2{font:800 12pt Century,Helvetica,Arial,sans-serif;color:#666;}
h3{font:800 12pt Century,Helvetica,Arial,sans-serif;color:#666;}
h4{margin-bottom:.2em;font:700 10pt Century,Helvetica,Arial,sans-serif;color:#666;}

dl  {margin:0 0 1em .5em; font-size: 80%;}
dl dd {margin:0 0 1em .5em; padding: 1em 0 1em 2em; line-height:1.5em;}
dl dt {font-weight: bold}

dd a:link{color:#ac333f; text-decoration: none; font-size: 100%;}
dd a:visited{color:#4B6BAF; text-decoration: none; font-size: 100%;}
dd a:active{color:#4B6BAF; text-decoration: none; font-size: 100%;}
dd a:link:hover{color:#4B6BAF; text-decoration: underline; font-size: 100%;}

.copyright {
    color: #666;
    letter-spacing:  0.4px;
    line-height:1.5em;
    font-size: 70%;
}
.copyright a:link { 
    color:#666;
    background:        transparent;
    font-weight: normal;
    text-decoration:   none;
}
.copyright a:visited { 
    color: #666;
    background:        transparent;
    font-weight: normal;
    text-decoration:   none;
}
.copyright a:hover { 
    color:  #666;    
    background: transparent;
    font-weight: normal;
    text-decoration: underline;
}