/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
/* <STYLE TYPE="text/css">*/
body {
background-image: url(images/bg_01.png);
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-repeat:repeat;
background-attachment:fixed;
background-position:top center; 
}


body, td, p, div {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

a:link {
color: #CCCCCC;
text-decoration: none;
}

a:active {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.sm {
font-family:  verdana, arial, sans-serif;
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

.wht {
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}

a.wht:link {
color: #FFFFFF;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

a.wht:active {
color: #FFFFFF;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

a.wht:visited {
color: #FFFFFF;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

a.wht:hover {
color: #FFFFFF;
font-weight: normal;
font-size: 14px;
text-decoration: underline;
}

.sig {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:link {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:active {
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:visited {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.sig:hover {
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

.gr_small {
color: #666666;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.gr_small:link {
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.gr_small:active {
color: #DDDDDD;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.gr_small:visited {
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.gr_small:hover {
color: #DDDDDD;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

.paging {
color: #000000;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}

a.paging:link {
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.paging:active {
color: #DDDDDD;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.paging:visited {
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.paging:hover {
color: #DDDDDD;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

form {
margin: 0px;
padding: 0px;
}

.imageborder_off {
border-color: #161616;
}

.imageborder_on {
border-color: #661300;
}

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;
}

/*
</STYLE>  */
/* END FILE  */