/* CSS Document */

a:link       { text-decoration: underline; color: #0036E6; }
a:visited    { text-decoration: underline; color: #000099; }
a:active     { text-decoration: none; color: #FF0000; }
a:hover      { text-decoration: none; color: #CC3300; }
.nomal {
	font-size: 120%;
	line-height: 120%;
	color: #333333;
}
.small {
	font-size: 10px;
	line-height: 120%;
}
.margin5 {
	margin-bottom: 5px;
}
.big {
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
}
.margin8 {
	margin-bottom: 8px;
}

/* 20091111 */
#search2{
width: 750px;
font-size: 12px;
text-align: center;
}
#search2 h2{
font-size: 12px;
padding:0px;
margin:0px;
}
#search2 ul{
clear:both;
margin:0px;
padding: 0px 0px 1px 50px;
}
#search2 li{
float: left;
margin: 0px;
list-style: none;
padding-right: 5px;
}
#search2 a:link {color: #333333; text-decoration:none;}
#search2 a:visited {color: #333333; text-decoration:none;}
#search2 a:hover {color: #666666; text-decoration:underline;}
#search2 a:active {color: #666666; text-decoration:underline;}
/* 20091111 */