/*by Studio VII Sparber001*/

a:link {
	color: #000;
	text-decoration: none;
} 
a:hover {
	color: #CC9900;
	text-decoration: underline;
} 
a:active {
	color: #333;
	text-decoration: none;
} 
a:visited {
	color: #000;
	text-decoration: none;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BF3022;
	text-decoration: none;
} 
.textlink a:link {
	color: #C32D2E;
	text-decoration: none;
} 
.textlink a:visited {
	color: #C72125;
	text-decoration: none
} 
.textlink a:hover {
	color: #999933;
	text-decoration: underline
} 
.textlink a:active {
	color: #C8201F;
	text-decoration: none
} 
body,td,th {
	color: #333333;
	background-color: #E8DFB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
