@charset "utf-8";
/* CSS Document */
#header
{
	background-color:#000;
	border-bottom-color:#FFF; border-bottom-style:solid; border-bottom-width:2px;
	width:800px; height:25px;
	font-family:"Tahoma"; color:#FFF; font-size:14px;
	text-align:center;
}

div.ft
{
	background-color:#333;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	border-style:solid;
	border-color:#FFF;
	border-width:1px;
}

div.mb a
{
	width:150;
	height:40;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	display:block; 
	text-align:center;
	border-spacing:0px;
	border-color:#36F;
	border-width:1px;
	border-style:solid;
	border-top-style:hidden;
}

div.mb a:link
{
	background-color:#333;
}

div.mb a:hover
{
	background-color:#36C;
}
