/* CSS Document */

body {
	margin:0;
	font-size:12px;
	color:#666666;
	background-color:#f1f1f1;
	
	/*filter:gray; */
}

a.top:link {
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
a.top:visited {
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
a.top:hover {
	font-size:12px;
	color:#999999;
	text-decoration:underline;
}

a.grayred:link {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a.grayred:visited {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a.grayred:hover {
	font-size:12px;
	color:#b30000;
	text-decoration:underline;
}
a.red:link {
	font-size:12px;
	color:#b30000;
	text-decoration:none;
}
a.red:visited {
	font-size:12px;
	color:#b30000;
	text-decoration:none;
}
a.red:hover {
	font-size:12px;
	color:#b30000;
	text-decoration:underline;
}

.text_red {
 color:#b30000;
}
.text_gray {
	color:#666666;
	line-height:180%;
}
.text_intro {
	color:#666666;
	line-height:200%;
}
.text_14b{
	font-size:14px;
	font-weight:bold;
	color:#b30000;
}

.text_12b{
	font-size:12px;
	font-weight:bold;
}

.searchinput {
	border:solid 1px #666;
	background:#fff;
	font-size:12px;
}
.searchtext {
	font-size:12px;
	color:#b30000;
	line-height:150%;
}
