/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
/* <STYLE TYPE="text/css">*/
body, td, div {
font-family: verdana, helvetica, arial, sans-serif;
color: #333333;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a:link {
color: #745D94;
text-decoration: none;
}

a:active {
color: #745D94;
text-decoration: none;
}

a:visited {
color: #745D94;
text-decoration: none;
}

a:hover {
color: #745D94;
text-decoration: underline;
}

.nav_wht {
font-family: arial, verdana, helvetica, sans-serif;
color: #FFFFFF;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.nav_wht:link {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.nav_wht:active {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.nav_wht:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.nav_wht:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

.sidenav_wht {
font-family: arial, verdana, helvetica, sans-serif;
color: #FFFFFF;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.sidenav_wht:link {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.sidenav_wht:active {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.sidenav_wht:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.sidenav_wht:hover {
color: #333333;
font-weight: normal;
text-decoration: underline;
}

.alert {
color: #FF0000;
}

.disabledtxt {
color: #666666;
}

.offwhitetxt {
color: #AAAAAA;
}

.offwhitetxt2 {
color: #DDDDDD;
}

.sig {
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:link {
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:active {
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:visited {
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:hover {
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

.paging {
color: #111111;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.paging:link {
color: #000000;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.paging:active {
color: #000000;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

a.paging:visited {
color: #000000;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.paging:hover {
color: #333333;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

.title {
color: #000000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.greybg {
background-color: #A3A3A3;
}

.offwhitebg {
background-color: #EEEEEE;
}

.ltgreybg {
background-color: #DDDDDD;
}

.button_on {
font-family: arial, verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
text-align: center;
padding: 0px;
}

.button_off {
font-family: arial, verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #333333;
background-color: #FFFFFF;
text-align: center;
padding: 0px;
}

form {
margin: 0px;
padding: 0px;
}

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;
}
/*
</STYLE>  */
/* END FILE  */