body, p
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       background-repeat: repeat; 
       background-attachment: scroll 
       }

tr, td
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       background-repeat: repeat-y; 
       background-attachment: scroll 
       }

a, a:link, a:visited, a:active
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       text-decoration: none 
       }

a:hover
       { 
       color: #0f0; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       }

a img
       { 
       font-size: 12px; 
       border: none 
       }



.bodytext, p.bodytext, tr.bodytext, td.bodytext
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       }
       
.bodystrike, p.bodystrike, tr.bodystrike, td.bodystrike
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       background-color: #666 
       }
       
.bullettext, p.bullettext, tr.bullettext, td.bullettext
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       }
       
.headingA, p.headingA, tr.headingA, td.headingA
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       background-color: #ffc 
       }
       
.headingB, p.headingB, tr.headingB, td.headingB
       { 
       color: #000; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       border-bottom: 1px solid #666 
       }
       
.headingwhiteA, p.headingwhiteA, tr.headingwhiteA, td.headingwhiteA
       { 
       color: #fff; 
       font-size: 12px; 
       font-family: Georgia; 
       font-weight: normal; 
       line-height: 14px; 
       }
