@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
}
.title_ecs {
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
}

.line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#container {
	margin: auto;
	width: 800px;
}

.note {
	color: #666;
}
.terms  {
	font-size: small;
}

#left {
	float: left;
	width: 500px;
}
#right {
	float: right;
	width: 600px;
	text-align: right;
}
.red {
	color: #C4151C;
}
.gap {
	height: 20px;
}
.metro {
	background-image: url(images/metro_bg.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #C00;
}
a:active {
	text-decoration: none;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#issue img {
	border: thin solid #000;
}
