body {
	border : 0px;
	margin : 0px;
	padding : 0px;
	background-color : #E5E5E5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : Black;
	overflow : hidden;
	text-align: center;
	
	
}
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #006;
	line-height : 15px;	
	margin-bottom : 5px;
}
div {
	margin : 0px;
	padding : 0px;	
}

#main	{
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;
    width: 1000px;
    margin-left: -500px;
    margin-top: -300px;
	}
map {
	cursor : pointer;
}

/*=============================== Classes ===============================*/

.content {
	background-color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : Black;
	overflow : hidden;
}
.copy {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #666;
	background-repeat : no-repeat;
}
.scroll {
	height : 406px;
	overflow : auto;
	scrollbar-3dlight-color : #fff;
	scrollbar-arrow-color : #999;
	scrollbar-base-color : #fff;
	scrollbar-darkshadow-color : #fff;
	scrollbar-face-color : #fff;
	scrollbar-highlight-color : #999;
	scrollbar-shadow-color : #999;
	scrollbar-track-color : #fff;
}
.border {
	border-color : #999;
	border-style : solid;
	border-width : 1px;
}
.sensitive {
	cursor : hand;
}


/*================================ Links ================================*/

a:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #006;
	text-decoration : none;
}

a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #006;
	text-decoration : none;
}
a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #f90;
	text-decoration : none;
}
a:activ {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #900;
	text-decoration : none;
}