/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
/* <STYLE TYPE="text/css">	*/
body,table,td,tr {
color: #FFFFFF;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}

A:link {
color: #FFFFFF;
text-decoration: none;
}

A:active {
color: #FFFFFF;
text-decoration : underline;
}

A:visited { 
color: #FFFFFF;
text-decoration : none;
}

A:hover {
color: #FFFFFF;
text-decoration : underline;
}

.title {
color: #FFFFFF;
font-family: verdana, arial, sans-serif;
font-size: 14px;
}

.paging {
color: #FFFFFF;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}

a.paging:link {
color: #FFFFFF;
text-decoration: none;
}

a.paging:active {
color: #FFFFFF;
text-decoration : underline;
}

a.paging:visited { 
color: #FFFFFF;
text-decoration : none;
}

a.paging:hover {
color: #FFFFFF;
text-decoration : underline;
}

.button_on {
font-family: verdana, arial, sans-serif;
font-weight: bold;
color: #DEDEDE;
background-color: #999999;
font-size: 11px;
text-align: center;
}

.button_off {
font-family: verdana, arial, sans-serif;
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
font-size: 11px;
text-align: center;
}

.sm {
color: #FFFFFF;
font-family: verdana, arial, sans-serif;
font-size: 10px;
}

.alert {
color: #FF0000;
}

.sig {
color: #999999;
font-size: 9px;
}

a.sig:link {
color: #999999;
text-decoration: none;
}

a.sig:active {
color: #999999;
text-decoration : underline;
}

a.sig:visited { 
color: #999999;
text-decoration : none;
}

a.sig:hover {
color: #999999;
text-decoration : underline;
} 

/* END PAGING */
/* </STYLE>  */
/* END FILE  */