*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}
body {
margin:0;
padding:0;
font-size:76%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
line-height:1.3;
background:url(../images/back.jpg) #FFFFFF top left repeat-x;
}

#wrap{
	/*min-width:900px;
	max-width:900px;*/
	width:900px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}

.whitebox {
	margin: 0 21px 0px 10px;
	background: #fff;
	width: auto;
}

.whitebox div {
	text-align: left;
}

.whitebox_t {
	background: #fff url(../images/content_t.png) 0 0 repeat-x;
}

.whitebox_tl {
	background: url(../images/content_t_l.png) 0 0 no-repeat;
}

.whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/content_t_r.png) 100% 0 no-repeat;
}

.whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

.whitebox_b {
	margin-top: -5px;
	background: url(../images/content_b.png) 0 100% repeat-x;
}

.whitebox_bl {
	background: url(../images/content_b_l.png) 0 100% no-repeat;
}

.whitebox_br {
	height: 13px;
	background: url(../images/content_b_r.png) 100% 100% no-repeat;
}


.box {
	/*margin: 0 21px 0px 10px;*/
	background-color:#f2faff;
	width: auto;
}

.box div {
	text-align: left;
}

.box_t {
	background: #fff url(../images/box_t.png) 0 0 repeat-x;
}

.box_tl {
	background: url(../images/box_t_l.png) 0 0 no-repeat;
}

.box_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/box_t_r.png) 100% 0 no-repeat;
}

.box_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 10px;
}

.box_b {
	margin-top: -10px;
	background: url(../images/box_b.png) 0 100% repeat-x;
}

.box_bl {
	background: url(../images/box_b_l.png) 0 100% no-repeat;
}

.box_br {
	height: 13px;
	background: url(../images/box_b_r.png) 100% 100% no-repeat;
}


.bPoint {
	clear:left;
	/*padding-left:20px;
	margin-bottom:10px;*/
}

.bPoint img{
	float:left;
}

.bPoint h3{
	color:#ff4e00;
}

.bPoint h3, .bPoint p{
	padding:0;
	margin:0;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

.orange{
	color:#ff4e00;
}

.big{
	font-size:26px;
}
.marginTop{
	margin-top:20px;
}