* { padding: 0; margin: 0; }

.small { font-size: 8pt; color: #666666; font-family: verdana; }
.medium { font-size: 11pt; color: #666666; font-family: verdana; }
.large{ font-size: 15pt; color: #666666; font-family: verdana; }

a:focus, a:hover {color: #666666;}
a {color:#0e2e5e;text-decoration:none; font-size: 9pt;}
a img {border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("/img/metro/background.gif");
	background-repeat: repeat-x;
	background-color: #000000;
}

input {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}

textarea {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}

#header {
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 32px;
	background-color: #333333;
}

#wrapper {
	position: relative;
	z-index: 2;
	top: -27px;
	width: 846px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: center;
}

#content {
	margin: 0px 0px 0px 0px;
	width: 846px;
	height: 266px;
	background: url("/img/metro/main.jpg");
	background-repeat: no-repeat;
	text-align: left;
}

#footer_bar {
	margin: 0px 0px 0px 0px;
	width: 846px;
	height: 21px;
	background: url("/img/metro/footer.gif");
	background-repeat: no-repeat;
}
