#bar {
	float: left;
	width: 100%;
	display: inline;
	background-color: #888888;
	height: 94px;
}

#logo {
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	padding: 0px 26px 0px 26px;
	background-color: #888888;
	}

#title {
	float: left;
	margin-left: 48px;
	margin-top: 12px;
	padding: 15px 20px 0px 20px;
	font-size: 1.2em;
	color: #ffffff;
	font-family: 'Fanwood Text', serif;
	}


	
#table {
	}

#hr {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #eeeeee; /* #ccddff #aaccff */
	margin: 5px 15px 10px 0px;
}

#footer {
	float: left;
	width: 100%;
	font-family: 'Fanwood Text', serif;
	text-align: center;
	}
	
h2, h3 {
    color:#068;
}

.question {
	color:#000;
	}
	
.ad_label {
	color:#ccc;
	font-size: 0.2em;
	}

.shortname {
	font-size: 0.9em;
	width: 90%;
	height: 1.5em;
	}

.shortname_header {
	font-size: 0.9em;
	font-style: bold;
	border-bottom: 1px dotted;
	width: 30%;
	}
	
body a {
	text-decoration: none;
	color: #068;
	}
	
body a:hover {
	text-decoration: underline;
	color: #068;
	}
