/* cc main css file */

/*
990000 - Red Color
ff9900 - Yellow Color
*/

body {
color: #000000;
background-color: #ffffff;
font-family: 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: Arial, sans-serif;
color: #000000;
}

h1 {font-size: 24px}
h2 {font-size: 18px}
h3 {font-size: 14px}
h4 {font-size: 12px}
h5 {font-size: 10px}
h6 {font-size: 9px}

caption {
color: #000099;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 5px;
}

.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; }

a:link {
color: #000099;
font-family: Arial, sans-serif;
text-decoration: underline;
}

a:visited {
color: #660066;
font-family: Arial, sans-serif;
text-decoration: underline;
}

a:active {
color: #990099;
font-family: Arial, sans-serif;
text-decoration: none;
}

a:hover {
color: #ffffff;
background-color: #000099;
text-decoration: none;
}

a.menu:link {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

a.menu:visited {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

a.menu:active {
color: #000000;
text-decoration: underline;
font-size: 14px;
font-weight: bold;
}

a.menu:hover {
color: #ff9900;
background-color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

a.selectedmenu:link {
color: #990000;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

a.selectedmenu:visited {
color: #990000;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

a.selectedmenu:active {
color: #990000;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
}

a.selectedmenu:hover {
color: #ff9900;
font-size: 18px;
font-weight: bold;
background-color: #ffffff;
text-decoration: none;
}

strong.menu {
font-size: 18px;
color: #990000;
}

.help {
cursor: help;
}

.hidden {
display: none;
}


/* Additional Netscape Kludges */

td, th, li, p, dl, dt, dd {
font-family: Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
