body {
	
	margin: 0px;
	padding: 0px;
	height: 0px;
	
}
body, table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
h6 {
	font-size: 11px;
	text-transform: uppercase;
}
#content {
	position:absolute;
	left:5px;
	top: 9px;
	/*height: 200%;*/
	width: 750px;
	
	border-left: 3px double #CCCCCC;
	border-right: 3px double #CCCCCC;
	border-top: none;
	border-bottom: none;
	border-size: 1px;
	
	z-index: 1;
	height: 58px;
}
#c5logo {
	position:absolute;
	z-index: 2;
	left: 0px;
	top: 8px;
}
#topbar {
	position:absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

