body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;

}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
a:hover {
	background-color: #ffc446;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
a:active {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: non
}
a:hover:visited {
	background-color: #ffc446;
	color: #FFFFFF;
	text-decoration: none;
}