html{
height:100%;
}

body{
font-family:trebuchet Ms,arial,verdana;
font-size:14px;
line-height:18px;
color:#fff;
background-color:#15162C;
}


.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.none{ display:none; }
.block{ display:block; }
.noborder{ border:none!important; }
.none_important{ display:none!important; }

p{
margin:8px 0px;    
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#FE_TOP{
width:960px;
height:480px;
margin:0px auto;
text-align:center;
}

#FE_TOP ul.menu{}

#FE_TOP ul.menu li{
float:left;
display:block;
width:192px;
text-align:center;
}

#FE_TOP ul.menu li a{
color:#fff;
font-size:16px;
}

#FE_TOP ul.menuint{
width:660px;
margin:0 auto;
}

#FE_TOP ul.menuint li{
float:left;
display:block;
width:130px;
text-align:center;
}

#FE_TOP ul.menuint li a{
color:#ddd;
font-size:16px;
}

#FE_TOP ul.menuint li a.sel{
color:#fff;
font-size:20px;
font-weight:bold;
}

#FE_TOP ul.menuint li a.sel:hover{
text-decoration:none;
cursor:normal;
}


div.content{
padding:30px 25px;
width:600px;
margin:0 auto;
color:#fff;
text-align:left;
}

div.content a{
color:#fff;
}

div.content a:hover{
text-decoration:underline;
}


div.content h1{
font-size:18px;
line-height:22px;
}

div.content ul{
list-style-type:square;
margin:0px 0px 0px 20px;
}

div.content ul li{
margin:2px 0px 2px 0px;
}
