@CHARSET "UTF-8";

body,form,html,a,h1,h2,h3,div,span{
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
a:hover{
	text-decoration: underline;
}
#h, #logos, #list
{
	clear: both;
	padding:10px;
	width:1000px;
	margin:auto;
}
#h{
	background-color: #eee;
	height:45px;
	color: #777;
}
#h #hl{
	float:left;
}
#h #hl a{
	font-size: 36px;
	color: #777;
}
#h #hr{
	float:right;
	padding: 12px 10px;
	font-size:18px;
}
.logo{
	float:left;
	width:310px;
	padding:10px 5px;
	margin:5px;
	border:1px black solid;
	color: #777;
	font-size:24px;
	text-align: left;
}
#logos a{
	font-size: 24px;
	color: #777;
}
#navigator_content{
	text-align:center;
}
#navigator{
	width:1000px;
	padding: 12px 10px 0 10px;
	font-size:14px;
	color: #777;
	text-align:left;
}
#navigator a{
	font-size: 14px;
	color: #777;
}
.letter, #h h1{
	font-size:36px;
	font-weight: bold;
	padding-right:5px;
	color: #777;
}
#list .fs{
	margin:10px;
	width:470px;
	float:left;
	height:120px;
	min-height: 120px;
}
#list .fsl,#list .fsr{
	float:left;
	text-align:left;
	
}
#list .fsl{
	padding-left:10px;
	padding-right:20px;	
}
#list fieldset{
	clear:both;
	width:450px;
	padding:10px;
	height:110px;
	min-height: 110px;
}
#list legend,#list legend a{
	font-size:24px;
	color: #777;
}
