/* CSS Document */
body {
	margin: 0 auto;
	font: 	76% Verdana,Tahoma,Arial,sans-serif;

}

.error{
color:#FF0000;
background-color: inherit;
}

.result{
color:#FF9900;
background-color:inherit;
}

#site {
	width: 			800px;
	margin-left:	auto;
	margin-right:	auto;
}

.login{
	
}

.green{
color:green;
}

.red{
color:red;
}

.thintable{
	border-width:	thin;
	border-style:	solid;
	border-color:	#000000;
}

.smallmap{
position:fixed;
left: 0px;
top: 500px;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	bottom:	0;
	width:	800px;
	font-size:	9px;

}

.content {
	margin: 	0 0 20px 160px;
	text-align: left;
}

#title{
	width:				100%;
	height:				175px;
	background-image:	url(../img/style/toppic_world.jpg);
	font-size:			30px;
	text-align:			right;
	font-variant:		small-caps;
	font-weight:		bold;
}

.right{
	float:	right;
}
.left{
	float: Left;
}

.SubTitle{
	font-size:	24px;
	color:		#FF9900;
}
