/* CSS Document */

body { background-color: #6A2E00 }
#navlinks { border-style:solid; border-width:1px; border-color:#82D28C;padding:5px; background-color:#6A2E00; text-align:center; }
#navcurrent { border-style:solid; border-width:1px; border-color:#82D28C;padding:5px; background-color:#FF9999; text-align:center; }
#maintable { border: 22px solid; border-color:#82D28C; background-image:url(bg1.jpg); background-repeat:repeat-x; background-color:#FF9999; width:697px; }
#popuptable { border: 15px solid; border-color:#82D28C; background-image:url(bg1.jpg); background-repeat:repeat-x; background-color:#FF9999; width:350px; }

a:active { color: #0033FF; text-decoration: none; } 
a:visited { color: #0033FF; text-decoration: none; }
a:link { color: #0033FF; text-decoration: none; }
a:hover { color: #82D28C; text-decoration: none; }

.regular { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; }
.regsmall { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }
.pghead { font-size:18px; color:#6A2E00; font-family:Georgia, "times new roman", times, serif; font-weight:bold; }

.menucurrent { font-size:18px; font-family:Georgia, 'Times New Roman', Times, serif; color:#FFFFFF; }
.menutext { font-size:18px; font-family:Georgia, 'Times New Roman', Times, serif; color:#FFFFFF }
a.menutext:link { color: #FFFFFF; text-decoration: none; }
a.menutext:visited { color: #FFFFFF; text-decoration: none; }
a.menutext:hover { text-decoration: none; color:#FF9999 }
a.menutext:active { color: #FF9999; text-decoration: none; }

.footer { font-size:10px; color:#FFFFFF; font-family:Georgia, "times new roman", times, serif; }
a.footer:link { color: #FFFFFF; text-decoration: none; }
a.footer:visited { color: #FFFFFF; text-decoration: none; }
a.footer:hover { text-decoration: none; color:#FF9999 }
a.footer:active { color: #FF9999; text-decoration: none; }

