a:link
{
	color: #D7C476;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #D7C476;
	font-weight: bold;
	text-decoration: none;
} 
a:active 
{
	color: #D7C476;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #FEB282;
	font-weight: bold;
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: crosshair;
}
body
{
	background-color: #FFFFFF;
}
table
{
	font-family: Arial;
	font-size: 8pt;
	color: #D7C476;
	text-align: justify;
}