/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
body {
background-image: url(images/bg.gif);
background-repeat: attribute; 
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

body,table,td,tr {
color: #666666;
font-family:  arial, helvetica, verdana, sans-serif;
font-size: 11px;
}

a:link {
color: #666666;
text-decoration: none;
}

a:active {
color: #666666;
text-decoration : underline;
}

a:visited { 
color: #666666;
text-decoration : none;
}

a:hover {
color: #000000;
text-decoration : underline;
}

.left_nav {
color: #666666;
font-size: 11px;
}

a.left_nav:link {
color: #666666;
text-decoration: none;
}

a.left_nav:active {
color: #666666;
text-decoration : none;
}

a.left_nav:visited { 
color: #666666;
text-decoration : none;
}

a.left_nav:hover {
color: #333333;
text-decoration : none;
}

.left_nav_on {
color: #FFFFFF;
font-size: 11px;
}

a.left_nav_on:link {
color: #FFFFFF;
text-decoration: none;
}

a.left_nav_on:active {
color: #FFFFFF;
text-decoration : none;
}

a.left_nav_on:visited { 
color: #FFFFFF;
text-decoration : none;
}

a.left_nav_on:hover {
color: #FFFFFF;
text-decoration : none;
}

.grey_10 {
color: #666666;
font-size: 10px;
}

.grey_12 {
color: #333333;
font-size: 12px;
}

.sig {
color: #666666;
font-size: 9px;
}

a.sig:link {
color: #666666;
text-decoration: none;
}

a.sig:active {
color: #666666;
text-decoration : underline;
}

a.sig:visited { 
color: #666666;
text-decoration : none;
}

a.sig:hover {
color: #666666;
text-decoration : underline;
}

.aqua {
background-color: #04778A;
}

.aqua_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #04778A;
font-size: 36px;
}

.olive {
background-color: #D0CA00;
}

.olive_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #D0CA00;
font-size: 36px;
}

.blue {
background-color: #195997;
}

.blue_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #195997;
font-size: 36px;
}

.green {
background-color: #5C942F;
}

.green_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #5C942F;
font-size: 36px;
}

.magenta {
background-color: #AC436E;
}

.magenta_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #AC436E;
font-size: 36px;
}

.orange {
background-color: #E59F0B;
}

.orange_36 {
font-family: trebuchet MS, helvetica, arial, verdana, sans-serif;
font-weight: bold;
color: #E59F0B;
font-size: 36px;
}

.border1 {
border-color: #CCCCCC;
border-width: 1px;
border-style: solid;
}

.imageborder_off {
border-color: #CCCCCC;
}

.imageborder_on {
border-color: #000000;
}

.alert {
color: #CC0000;
}

.button_on {
font-family: arial, verdana, sans-serif;
font-weight: bold;
color: #000000;
background-color: #999999;
font-size: 11px;
text-align: center;
}

.button_off {
font-family: arial, verdana, sans-serif;
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
font-size: 11px;
text-align: center;
}

input, textarea {
/* background-color: #FFFFFF; */ /* goes in text field style */
/* border-color: #EFEFEF; */
/* border-style: solid; */ /* goes in text field style */
/* color: #0F2DA8; */
font-family: arial, verdana, sans-serif;
font-size: 11px;
}

select {
background-color: #FFFFFF;
border-color: #999999;
border-style: solid;
border-size: 1px;
color: #333333;
font-family: arial, verdana, sans-serif;
font-size: 11px;
}
/* END FILE  */
