td.hdr
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:default;
}
td.mainmenu
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
	height:22px;
}
td.btm
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	cursor:default;
	padding-left:5px;
	padding-right:5px;
	color:black;
	height:24px;
	text-align:center;
}

input.search 
{
	width:82px;
	height:17px;
	border:1px solid #cccccc;
	font-family:Arial;
	font-size:10px;

}
A,
A:link,
A:visited,
A:active,
A:hover
{
	color:Black;
	text-decoration: none;
	cursor: pointer;
}

A.btm,
A.btm:link,
A.btm:visited,
A.btm:active,
A.btm:hover
{
	font-weight:bold;
	color:red;
	text-decoration: none;
	cursor: pointer;
}

