/* CSS Document */
P { font-family:serif; font-size:9pt;}
H2 { font-family:serif; font-size:13pt;}
H3 { font-family:serif; font-size:11pt;}
H1 { font-family:serif; font-size:15pt;}
TD { font-family:serif; font-size:9pt;}
.title { font-family:serif; font-size:15pt;}
.small { font-family:serif; font-size:8pt;}
.tiny { font-family:serif; font-size:7pt;}
.underline{ text-decoration: underline;}
.bold{ font-weight: bold;}
.center{ text-align:center;}
.left{ text-align:left;}
.right{ text-align:right;}
.med { font-size:11pt;}
.header { font-size:13pt;}
.mainHeader { font-size:15pt;}
.red{ color:red; }
A:link { color: blue; text-decoration: none; }
A:visited { color: blue; text-decoration: none; }
A:active { color: blue; text-decoration: none; }
A:hover { color: red; text-decoration: none; }
