/* CSS Document */
body { 
 background-color:#ffffff;
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif; 
 font-size:13px; 
 color:#636363; 
 font-weight:normal;
 margin-top:30px;
}

img {
 border:0px;
}

p {
 text-align:justify; 
 line-height:130%; 
 margin-top:0px; 
 letter-spacing:0px; 
 font-weight:normal;
}

.center {
 text-align:center;
}

.copyright {
 font-size:11px; 
 color:#808080; 
 text-align:center; 
 margin-top:10px;
}

a {color:#dd001e; font-weight:bold;}
a:visited, a:link {text-decoration:none}
a:hover {text-decoration:underline}

a.copy {color:#dd001e; font-weight:normal; font-size:11px;}
a:visited.copy, a:link.copy {text-decoration:none}
a:hover.copy {text-decoration:underline}

