/* CSS Document */

/* CSS Document */

.standard {
   font-family: Times New Roman, Times, serif;
   font-size: 13pt;
   font-weight: normal;
   }

.standard-small {
   font-family: Times New Roman, Times, serif;
   font-size: 11pt;
   font-weight: normal;
   }

.contact {
   font-family: Times New Roman, Times, serif;
   font-size: 11pt;
   font-weight: normal;
   }
   
A {
   text-decoration: none;
   }
   
A:hover {
   text-decoration: underline;
   }

.credits {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
   }
   
.navyblue {
   font-weight: bold;
   color: #000080;
   }
.blue {
   font-weight: bold;
   color: #0000ff;
   }

.red {
   color: #ff0000;
   }   
   
.purple {
   color: #993366;
   }

.green {
   color: #008080;
   }

.quote {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   }
   
.pagetitle {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: #ff0000;   
   }
   
.rates-table {
   padding-top: 5px;
   padding-bottom: 5px;
   }
