@charset "UTF-8";
/* CSS Document */

body{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
} 
p { color: black; } 
h3{ color: #669900; }

 
a:link {
	text-decoration: none;
	color: #669900;
	}
a:visited {
	text-decoration: none;
	color: #603;
	}
	
#footer {
	text-align: left;
	color: #FFF;
	}
#footer a:link {
	color: #F7AD10;
	text-align: center;
	}

.LINKyellow {
	color: #F7AD10;
	text-align: left;
	text-decoration: none;
}
.LINKyellowcenter {
	color: #F7AD10;
	text-decoration: none;
	text-align: center;
}
.LINKgreen {
	color: #669900;
	text-align: center;
	text-decoration: none;
}
#Table_01 tr .LINKyellowcenter .LINKyellowcenter a {
	color: #F7AD10;
}

