/* CSS Document */
.content
{
padding: 10px 10px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:20px;
}
.content ol
{
list-style-type:lower-alpha;
}
.center
{
text-align:center;
}
.float_left{float:left;}
.float_right{float:right;}
.float_inner{float:inherit;}






.block{text-align:justify;}
.padding_5
{padding:5px 5px 5px 5px;}
.padding_10
{padding:10px 10px 10px 10px;}

.content ul
{
list-style-type:square;
}
.c_img_left
{float:left;padding:10px 10px 10px 10px;}
.box_con
{
/*background-color:#fff;
position:relative;text-align:justify;border:1px solid #ccc;*/
width:580px;

overflow:visible;
margin:0px auto 0px auto;
padding:10px 10px 10px 10px;

}
.margin_c
{
margin:0px auto 0px auto;


}
.box_250
{
/*background-color:#00FF33;*/
float:left;
width:250px;
margin:0px 15px 0px 15px;
}
.box_250_r
{
/*background-color:#CCCC00;*/
float:right;
width:250px;
margin:0px 15px 0px 15px;
}

.box_350
{
float:left;
width:350px;
margin:0px 0px 0px 20px;
}
.box_320
{
float:left;
width:320px;
margin:0px 0px 0px 20px;
}
.box_400
{
float:left;
width:400px;
margin:0px 20px 0px 20px;
}
