
<!-- styles for anchor tags -->


a:link    {color:blue;  text-decoration:none                         }
a:visited {color:blue;  text-decoration:none                         }
a:hover   {color:green; text-decoration:underline; background:#F9EDED}
a:active  {color:blue;  text-decoration:none                         }

<!-- styles for header tags -->

h2 {font-size:16pt;font-family:arial;font-weight:medium;color:blue}

<!-- styles for table tags -->

tr,th,td {text-align:left}
th,td{font-size:14pt}

th{font-family:arial;      font-weight:bold                 }
td{font-family:sans-serif; font-weight:normal; color:#000099}

<!-- fonts for text styles -->

.a10,.a12,.a14 {font-family:arial; font-style:normal}

.a10   {font-weight:normal; font-size:10pt}
.a12   {font-weight:bold;   font-size:12pt}
.a14   {font-weight:normal; font-size:14pt}


.s12, .s14, .s16 {font-family:sans-serif; font-style:normal; font-weight:normal; color:#000066}

.s12  {font-size:12pt}
.s14  {font-size:14pt}
.s16  {font-size:16pt}

.c10, .c12, .c14 {font-family:Comic San MS}

.c10  {font-size:10pt}
.c12  {font-size:12pt}
.c14  {font-size:14pt}

.hblue {font-family:arial;  font-style:normal; font-weight:bold;   font-size:18pt; color:darkblue}
.vb1   {font-family:verdana;font-style:normal; font-weight:bold;   font-size: 8pt                }
