body
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	cursor: default;
}
form
{
	margin: 0px;
}
div, td, input
{
	font: 12px Arial;
}
a:link, a:visited, a:active
{
	color: #0066CC;
	text-decoration:none;
	
}
a:hover
{
	color: #FF6600;
	
	
}
/*a:link, a:visited, a:active
{
	color: #993300;
	text-decoration:none;
}
a:hover
{
	color: #0075C5;
	text-decoration:none;
	
}*/
a.a_white:link{ color:#00CCFF; text-decoration:none;}
a.a_white:visited{ color:#00CCFF; text-decoration:none;}
a.a_white:active{ color:#00CCFF; text-decoration:none;}
a.a_white:hover{ color:#00CCFF; text-decoration:none;}


table.menu
{
	width: 590px;
	height: 65px;
}
table.menu td div
{
	color: #FFF;
	vertical-align: top;
	font: 12px Arial;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
}
table.menu td span
{
	display: block;
	text-align: right;
	margin-right: 11px;
	margin-top: 13px;
	font: 10px Verdana;
}
table.menu td.left
{
	width: 99px;
	background-image: url(./images/menu/left.gif);
	cursor: pointer;
}
table.menu td.leftHover
{
	width: 99px;
	background-image: url(./images/menu/left_hover.gif);
	cursor: pointer;
}
table.menu td.center
{
	width: 97px;
	background-image: url(./images/menu/center.gif);
	cursor: pointer;
}
table.menu td.centerHover
{
	width: 97px;
	background-image: url(./images/menu/center_hover.gif);
	cursor: pointer;
}
table.menu td.right
{
	width: 103px;
	background-image: url(./images/menu/right.gif);
	cursor: pointer;
}
table.menu td.rightHover
{
	width: 103px;
	background-image: url(./images/menu/right_hover.gif);
	cursor: pointer;
}
