.button	{
	background-color: #ffffff; color: #08089C; font-size: 15px;
	border: solid 1px #08089C; cursor: hand; font-weight: bold;
}

.button_over	{
	background-color: #ffffff; color: #FF0000; font-size: 15px;
	border: solid 1px #FF0000; cursor: hand; font-weight: bold;
}

TD	{
	font-family: Arial; font-size: 15px; color: #000000;
}
TD a	{
	font-family: Arial; font-size: 15px; color: #0000ff; text-decoration: underline;
}
TD a:hover	{
	font-family: Arial; font-size: 15px; color: #ff0000; text-decoration: underline;
}

.left_button	{
	padding-top:10px; padding-bottom: 10px;
}
.left_button_text	{
	background-color: #ffffff;
	color: #794DAE;
	cursor: hand;
	font-size: 15px;
}
.left_button_text_over	{
	background-color: #794DAE;
	color: #ffffff;
	cursor: hand;
	font-size: 15px;
}