body {
	font-family: Verdana, Arial, sans-serif;
	background: #000000;
	margin: 0px;
	font-size: 14px;
	color: #aeada8;
}

a, a:link, a:visited, a:active {
	color: #aeada8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header #logo {
	width: 200px;
	height: 30px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 1px solid #6f706b;
}

#header #address {
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 1px solid #6f706b;
	font-weight: bold;
	font-size: 12px;
}

.borderedCell {
	border-bottom: 1px solid #6f706b;
}

#menu {
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;	
}

#contentHolder {
	/* padding-left: 10px; */	
}

.text {
	border: solid 1px #ABC3D7;
	background: #FFFFFF;
	font-size: 12px;
}

.button, .button:visited {
	border: solid 1px #abc3d7;
	background: #EEF1F4;
	padding: 0px 0px 1px 0px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}