
/* main styles */

body {
 background: #FFFFFF;
 margin: 0;
}

p, li, td {
 font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color: #333333;
}

h1 {
 font: bold 20px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color: #BA3A3F;
}

h2 {
 font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color: #BA3A3F;
}


/* stylish styles */

.left_top {
 color: #666666;
 font-style: italic;
}

.footnote {
 font-size: 11px;
 font-style:italic;
}

.copyright {
 color: #999999;
 text-align:center;
 font: 10px Verdana, Arial, Helvetica, sans-serif;
}


/* link styles */

a:link, a:visited {
 color: #0099CC;
 text-decoration: underline;
}

a:hover {
 color: #BA3A3F;
 text-decoration: none;
}