body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#FFFFFF;
}

.content{
width:900px;
height:100%;
margin: 0 auto;
overflow:hidden;
display:block;
}

.w100{width:100px;}
.w200{width:200px;}
.w400{width:400px;}
.w660{width:660px;}
.w900{width:900px;}

.h50{height:50px;}
.h120{height:120px;}
.h160{height:160px;}
.h200{height:200px;}
.h460{height:460px;}

.pad_left10{padding-left:10px;}
.pad_left40{padding-left:40px;}
.pad_left100{padding-left:100px;}

.pad_top2{padding-top:2px;}
.pad_top4{padding-top:4px;}
.pad_top8{padding-top:8px;}
.pad_top12{padding-top:12px;}
.pad_top24{padding-top:24px;}
.pad_top32{padding-top:32px;}
.pad_top40{padding-top:40px;}
.pad_top60{padding-top:60px;}
.pad_top80{padding-top:80px;}
.pad_top120{padding-top:120px;}

.pad_bot10{padding-bottom:10px;}

.float_l{float:left;}
.float_r{float:right;}

.align_r{text-align: right}
.align_l{text-align: left}
.align_c{text-align: center}
.justify{text-align: justify}

.none{text-decoration:none;}
.upper{text-transform:uppercase}
.bold{font-weight:bold}
.lighter{font-weight:lighter}
.italic{font-style:italic}

.arial7{font-family:Arial, Helvetica, sans-serif; font-size:7px}
.arial8{font-family:Arial, Helvetica, sans-serif; font-size:8px}
.arial12{font-family:Arial, Helvetica, sans-serif; font-size:12px}

.geo18{font-family: Georgia, "Times New Roman", Times, serif; font-size:18px;}
.geo20{font-family: Georgia, "Times New Roman", Times, serif; font-size:20px;}
.geo24{font-family: Georgia, "Times New Roman", Times, serif; font-size:24px;}

.tim12{font-family: "Times New Roman", Times, serif; font-size:12px;}
.tim14{font-family: "Times New Roman", Times, serif; font-size:14px;}
.tim16{font-family: "Times New Roman", Times, serif; font-size:16px;}
.tim24{font-family: "Times New Roman", Times, serif; font-size:24px;}
.tim28{font-family: "Times New Roman", Times, serif; font-size:28px;}
.tim32{font-family: "Times New Roman", Times, serif; font-size:32px;}  


.gray00{color:#999999;}
.gray01{color:#666666;}
.gray02{color:#333333;}

.red{color:#F00;}
.black{color:#111111;}
