@charset "utf-8";
html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	border-width: 0;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

td
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #000000;
}

td.split
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 13;
	color: #ffffff;
}

td.line
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #999999;
}

td.title
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #000000;
}

td.title2
{
	font-family: lucida, arial; font-size: 14;
	color: #ffffff;
	font-weight: bold;
}

td.title3
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #ff6600;
}

td.menu
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11; color: #ffffff;
	font-weight: bold;
}

td.bottom
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11; color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11; color: #ff6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.menu
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	text-decoration: underline;
}

a.menu_selected
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a.bottom
{
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 11; color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

hr
{
	color: #666666;
	height: 1px;
}
	
.opacityit img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

.opacityit:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.borderit img
{
	border: 1px solid #CCCCCC;
}

.borderit:hover img
{
	border: 1px solid #000000;
}

.borderit:hover
{
	color: #000000; /* irrelevant definition to overcome IE bug */
}