/* tag style */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11pt;
	padding-left: 20px;
}

td {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
}

h3 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 15pt;
	
}

.textblackbold {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: #000000!important;
	text-decoration: none!important;
}

a:hover {
	text-decoration: underline;
}

/* structure visible */
#middle #left, #middle #right, #top_bar, #top_banner, #bottom {
	display: none;
}
#middle #middle_middle {
	width: 100%;
}

