/* CSS Document */



p {font-size: 12px; color: #660000; text-align: left; font-family:Georgia, "Times New Roman", Times, serif;}

.bold {font-weight:bold}

.italic {font-style: italic;}

.boldItalic {font-weight:bold; font-style: italic}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; color: #660000; font-size: 18px;}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif; color: #660000; font-size: 16px;}

h3 {font-family:Verdana, Arial, Helvetica, sans-serif; color: #660000; font-size: 14px;}

h3:first-letter {text-transform: capitalize;}

a:link {font-size: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; text-decoration:none; color: #000033; }
a:hover {font-size: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; text-decoration:none; color: #660000; }
a:active {font-size: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; text-decoration:none; color: #663366;  }
a:visited {font-size: inherit; font-weight: inherit; font-style: inherit; line-height: inherit; text-decoration:none; color: #999999;  }
