/* CSS Document */
.anchor
{
	text-decoration:none; color:#FF6600;
}
.anchor:hover
{
	text-decoration:none; color:#0066FF;
}
.anchor_ul
{
	text-decoration:underline; color:#FF6600;
}
.anchor_ul:hover
{
	text-decoration:underline; color:#0066FF;
}
.tblheader
{
	height:25px; background-color:#990000; color:#FFFFFF; text-align:center;
}