@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-color:#0a0b0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545661;
}

img {
	border:none;
}

.location {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#848794;
	margin-top:15px;
	margin-bottom:30px;
}

.location td {
	border-right:1px solild #ececec;
	border-bottom:1px solild #ececec;
	padding:3px;
	text-align:left;
	line-height:20px;
	height:30px;
}

.location th {
	border-right:1px solild #ececec;
	border-bottom:1px solild #ececec;
	font-size:12px;
	line-height:24px;
	color:#a7c4d7;
	padding:5px;
	background-color:#213949;
	text-align:left;
	height:36px;
}

.localbg {
	background-color:#171a24;
}
