body{
	color:#333;
	background: #FFFFFF;
	margin: 0;
	padding: 0px;
}

#top{
	padding: 10px;
	font-size: 90%;
}

a{
	color: #0066FF;
}

a:hover{
	color: #FF0000;
}

img{
	border: 0;
}

dt{
	margin-top: 10px;
	color: #FF6600;
}
dd{
	margin-bottom: 10px;
}

li{
	margin: 5px 0;
}

.speaceCenter{
	padding: 10px;
	margin: 0;
	text-align: center;
}

.speaceLeft{
	margin: 10px 0;
	text-align: left;
}

.speaceRight{
	margin: 10px 0;
	text-align: right;
}

.center{
	margin: 0;
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}


.padding10{
	padding: 10px;
}

.list{
	list-style: none;
}

.title{
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: 0px;
	color:#FFFFFF;
	background: #FF6600;
}

.subtitle{
	padding: 0px;
	margin: 0px;
	border: 0px;
	color:#FF4500;
}

.textCenter{
	text-align:center;
}

.line{
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;	
}

.lineTop{
	border-top: 1px dotted #999999;
}

.lineBottom{
	padding: 20px 0;
	border-bottom: 1px dotted #999999;
}

#header{
	width: 100%;
	height: 40px;
	padding-top: 5px;
	background: url(../images/mobile_image/header.gif) repeat-x; 
	text-align: center;
}

