/* CSS Document */
B {
	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: bold;
	color:#000000;
}
td {
	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color:#000000;
}
p {
	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color:#000000;
}
a {
	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-style: bold;
	color:#996600; 
}
a:link {
	text-decoration: none;
	font-style: bold;
	color:#996600;
}
a:visited {
	text-decoration: none;
	font-style: bold;
	color:#996600; 
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: bold;
	background-color: #996600; 
}
a:active {
	text-decoration: none;
	font-style: bold;
	color:#996600; 
}

