body , html{
	text-align : center;
	}
	
h1{
	margin : 0px;
	padding : 0px;
	}
	
A:LINK{
	color : #336666;
	text-decoration : none;
	}
	
A:visited{
	color : #336666;
	text-decoration : none;
	}
	
A:hover{
	color : #FF9900;
	}

.headcontrol{
	font-size : 80%;
	height : 30px;
	background-image :  url(images/headcontrol.gif);
	padding : 3px;
	text-align : center;
	white-space : nowrap;
	clear : both;
	}
	
.wrapper{
	width : 700px;
	text-align : left;
	vertical-align : middle;
	}
	
.contents h3{
	font-size : 90%;
	color : #333333;
	border-left : 5px solid #FF9900;
	border-bottom : 1px solid #AAAAAA;
	padding : 3px;
	margin : 5px;
	}
	
.contents dl{
	margin-left : 15px;
	}
	
.contents dl dt{
	border-bottom : 1px dashed #333333;
	font-size :85%;
	font-weight : bold;
	}
	
.contents dd{
	margin-top : 5px;
	font-size : 90%;
	}

.contents p{
	margin  :10px;
	font-size : 90%;
	}

.success{
	height : 500px;
	text-align : center;
	padding-top :200px;;
	}
	
.submit{
	text-align : center;
	margin-bottom : 1em;
	}
	
.form table th{
	background-color : #EEEEEE;
	font-weight : normal;
	width : 120px;
	font-size : 80%;
	}
	
.map_description{
	width : 500px;
	float : left;
	}
	
.map_bar{
	width : 170px;
	background-color : #FDE7BE;
	padding : 15px;
	float : right;
	text-align : center;
	}
	
.map_rule{
	margin-left : 15px;
	font-size : 11px;
	color : #AAAAAA;
	}
	
	
