
/* main css file */

body {
color: #000000;
background-color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
text-transform: none;
margin: 0px;
}

form {
margin: 0px;
padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
font-family: Verdana, Arial, sans-serif;
color: #000000;
}

h1 {font-size: 18px}
h2 {font-size: 14px}
h3 {font-size: 12px}
h4 {font-size: 10px}
h5 {font-size: 9px}
h6 {font-size: 8px}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}

.small {font-size: 75%}
.big {font-size: 125%}

.padten { padding: 10px; }

.padtwenty { padding: 20px; }

.padfive { padding: 5px; }

.required { color: #990000; }

.blackbg {
background-color: #000000;
}

.darkgraybg {
background-color: #39383E;
}

.lightgraybg {
background-color: #9394a6;
}

a:link {
color: #000099;
text-decoration: underline;
}

a:visited {
color: #990099;
text-decoration: underline;
}

a:active {
color: #990000;
text-decoration: none;
}

a:hover {
color: #ffffff;
background-color: #000099;
text-decoration: none;
}

/* Used for Main navigation bar */

a.menu:link {
color: #ffffff;
font-size: 12px;
text-decoration: none;
}

a.menu:visited {
color: #ffffff;
font-size: 12px;
text-decoration: none;
}

a.menu:active {
color: #ffffff;
font-size: 12px;
text-decoration: underline;
}

a.menu:hover {
color: #FFBE51;
font-size: 12px;
background-color: #000000;
text-decoration: none;
}

a.selectedmenu:link {
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

a.selectedmenu:visited {
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

a.selectedmenu:active {
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

a.selectedmenu:hover {
color: #FFBE51;
font-size: 16px;
font-weight: bold;
background-color: #000000;
text-decoration: none;
}

strong.selectedmenu {
font-size: 16px;
color: #ffffff;
}

/* Used for the Sub Navigation Bar */

a.submenu:link {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}

a.submenu:visited {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}

a.submenu:active {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}

a.submenu:hover {
color: #ffffff;
font-size: 12px;
font-weight: normal;
background-color: #000000;
text-decoration: none;
}

a.selectedsubmenu:link {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}

a.selectedsubmenu:visited {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}

a.selectedsubmenu:active {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}

a.selectedsubmenu:hover {
color: #000000;
font-size: 14px;
font-weight: normal;
background-color: #000000;
text-decoration: none;
}

strong.selectedsubmenu {
color: #000000;
font-size: 14px;
font-weight: bold;
}

/* Additional styles */

.help {
cursor: help;
}

.hidden {
display: none;
}


/* Additional Netscape 4 Kludges */

td, li, p, dl, dt, dd {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}

th {
font-size: 12px;
font-weight: bold;
text-align: left;
}

#subnav a, #subnav strong {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#addnav a, #addnav strong {
	font-size: 9px;
}

