td, li, div, body, textarea, select, a{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	scrollbar-face-color: #cc0000;
	scrollbar-shadow-color: #990033;  
	scrollbar-highlight-color: #cc0033;
	scrollbar-3dlight-color: #cc0033;
	scrollbar-darkshadow-color: #990033;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #000000;  
}
table.main {
	border: 1px solid #333333;
	
}
table.menu {
    border 1px solid #ffffff;
	
}
table.menu td.head {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	filter: alpha(opacity="100");
	text-align: center;
}

table.menu td {
	background-color: #ffffff;
	filter: alpha(opacity="80");
	font-size: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
a.pic { 
	text-decoration:none;
}
a.pic:hover {
	text-decoration:none;
	border: none;
}