/* CSS Document */
body {
background-color: #008787;
margin: 0px;
}

a:link {
color: #cc0000;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #cc0000;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #336633;
font-weight: bold;
text-decoration: none;
}

/* HEADERS */

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCOOOO;
}

/* MENUS */

/* menu 1 HORIZONTAL SITE NAVIGATION */

.menu a:link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFCC00;
font-weight: normal;
text-decoration: none;
}

.menu a:visited {
color: #FFCC00;
font-weight: normal;
text-decoration: none;
}

.menu a:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
background-color: #cc0000;
}

.menu a:active {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

.menu a:nonactive {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-style: bold;
}

/* menu2 REGISTER, VIEW ACCOUNT, LOST PASSWORD, SEARCH, ADVANCED SEARCH ... etc */

.menu2 a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cc0000;
font-weight: normal;
line-height: 120%;
text-decoration: none;
}

.menu2 a:visited {
font-size: 12px;
color: #cc0000;
font-weight: normal;
line-height: 120%;
text-decoration: none;
}

.menu2 a:hover {
font-size: 12px;
color: #336633;
font-weight: normal;
line-height: 120%;
text-decoration: none;
}

.menu2 a:active {
font-size: 12px;
color: #cc0000;
font-weight: normal;
line-height: 120%;
text-decoration: none;
}

.menu2 a:nonactive {
font-size: 12px;
color: #cc0000;
font-weight: normal;
line-height: 120%;
text-decoration: none;
}

.bodylink {
color: #cc0000;
text-decoration: none;
}

/* menu3 VERTICAL LEFT SIDE NAVIGATION */

.menu3 a:link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

.menu3 a:visited {
color: #336633;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

.menu3 a:hover {
color: #cc0000;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

.menu3 a:active {
color: #336633;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

.menu3 a:nonactive {
color: #336633;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

/* menu4 SINGLE-SPACED VERTICAL LEFT SIDE NAVIGATION */

.menu4 a:link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
font-weight: normal;
text-decoration: none;
}

.menu4 a:visited {
color: #336633;
font-weight: normal;
text-decoration: none;
}

.menu4 a:hover {
color: #cc0000;
font-weight: normal;
text-decoration: none;
}

.menu4 a:active {
color: #cc0000;
font-weight: normal;
text-decoration: none;
}

.menu4 a:nonactive {
color: #336633;
font-weight: normal;
text-decoration: none;
}

p {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
font-weight: normal;
line-height: 100%;
}

/* OPEN */

.redtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #990000;
}

/* FOOTER HOME TEXT */

.finetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 9px;
color: #ffffff;
}

/* FOOTER TEXT */

.finetext2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 9px;
color: #336633;
}

/* FORM TEXT */

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #663333;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #663333;
}

select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #663333;
} 

submit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #663333;
}


