/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
/* <STYLE TYPE="text/css">*/
body, td, div {
font-family:  verdana, arial, sans-serif;
color: #333333;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a:link {
color: #254FA8;
text-decoration: none;
}

a:active {
color: #254FA8;
text-decoration: none;
}

a:visited {
color: #254FA8;
text-decoration: none;
}

a:hover {
color: #254FA8;
text-decoration: underline;
}

.sm {
font-family:  verdana, arial, sans-serif;
color: #333333;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

.wht {
font-family: arial, verdana, helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

.nav_blue {
font-family: arial, verdana, helvetica, sans-serif;
color: #000033;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

a.nav_blue:link {
color: #000033;
font-weight: bold;
text-decoration: none;
}

a.nav_blue:active {
color: #000033;
font-weight: bold;
text-decoration: none;
}

a.nav_blue:visited {
color: #000033;
font-weight: bold;
text-decoration: none;
}

a.nav_blue:hover {
color: #000033;
font-weight: bold;
text-decoration: underline;
}

.nav_blue_sm {
font-family: arial, verdana, helvetica, sans-serif;
color: #000033;
font-weight: normal;
font-size: 9px;
text-decoration: none;
}

a.nav_blue_sm:link {
color: #000033;
font-weight: normal;
text-decoration: none;
}

a.nav_blue_sm:active {
color: #000033;
font-weight: normal;
text-decoration: none;
}

a.nav_blue_sm:visited {
color: #000033;
font-weight: normal;
text-decoration: none;
}

a.nav_blue_sm:hover {
color: #000033;
font-weight: normal;
text-decoration: underline;
}

.disabledtxt {
color: #666666;
}

.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;
}

form {
margin: 0px;
padding: 0px;
}

.imageborder_off {
border-color: #FFFFFF;
}

.imageborder_on {
border-color: #752C12;
}

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: 12px;
}

.blog_right {
font-family: arial, verdana, sans-serif;
background-color: #333399;
color: #CCCCCC;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

a.blog_right:link {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.blog_right:active {
color: #CCCCCC;
font-weight: normal;
text-decoration: underline;
}

a.blog_right:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a.blog_right:hover {
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}

.grey_10 {
font-size: 10px;
color: #7E7E7E;
}

a.grey_10:link {
color: #7E7E7E;
text-decoration: none;
}

a.grey_10:active {
color: #7E7E7E;
text-decoration: none;
}

a.grey_10:visited {
color: #7E7E7E;
text-decoration: none;
}

a.grey_10:hover {
color: #7E7E7E;
text-decoration: underline;
}

.blog_bg {
color: #333399;
}

.blog_grey_border {
border-color: #7F7F7F; 
border-style: solid; 
border-width: 1px;
border-bottom: 0px;
padding: 0px;
}

.title {
color: #000033;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.title2 {
color: #1C3B7C;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.title3 {
color: #254FA8;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.title4 {
color: #254FA8;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.ltblbg {
background-color: #DAEEFF;
}

.ltgrbg {
background-color: #EEEEEE;
}

.mdgrbg {
background-color: #DDDDDD;
}

.button_on {
font-weight: bold;
color: #000000;
background-color: #DAEEFF;
text-align: center;
padding: 2px;
}

.button_off {
font-weight: bold;
color: #EEEEEE;
background-color: #333399;
text-align: center;
padding: 2px;
}

.button_off2 {
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
text-align: center;
padding: 2px;
}
/* </STYLE>  */
/* END FILE  */