/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color:#FF9900;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		font-weight:bold;

		color:#FF9900;
}
a:hover {
	text-decoration: underline;
		font-weight:bold;

		color:#dd6a65;
}
a:active {
	text-decoration: none;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

.right_white	{

	color:#FFFFFF;
	font-size:10px;

}

.right_yellow	{

	color:#FFCC00;
	font-weight:bold;
	font-size:10px;

}
