/* CSS Document */

/*** STANDARD CSS CODE FOR FOOTER ***/

.white_dark {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}

.col_rd {color: #FF0000; }
.col_wh {color: #FFFFFF; }

a.footlink {font-size: 9pt; font-weight: bold; text-decoration: none; font-family: arial, sans-serif;}
a.footlink:visited { color: #CC6633;}
a.footlink:hover { color: #FFFF00;}
a.footlink:active { color: #FFFF00;}
.nofootlink {font-size: 8pt; font-weight: bold; color: #CCCCCC; font-family: arial, sans-serif;}

