@charset "utf-8";
/* CSS Document */
.button
{
	background-image:url(/images/left_btn.jpg); 
	height:39px;
	cursor:pointer;
	font-size:14px;
}

.button a
{
	text-decoration:none;
	font-size:14px;
}

.button a:hover
{
	text-decoration:none;
}

.main_page
{
	color:#000000;
	margin:20px;
}

.main_page h2
{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

#bcrumb a
{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

#bcrumb a:hover
{
	text-decoration:underline;
	font-size:10px;
}

form
{
	margin:0px;
	padding:0px;
}

#search_box {
	width: 300px;
	height: 31px;
	background:url(/images/search.gif);
	float:right;
	background-repeat:no-repeat;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 4px 0 0 23px;
	border: 0;
	width: 159px;
	background: none;
	font-size:12px;
	color:#666666;
}
#search_box #go {
	float: right;
	margin: 0px 75px 0 0;
}
