div.top { height: 100px; width: 100%; }
div.tbar { 
	vertical-align: middle;
	height: 15px;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 0px 8px 5px;
	background-image: url('../images/dauth-h.gif');
	background-repeat: repeat;
	font-size: 11px;
}
div.content {
	position: absolute;
	top: 109px;
	left: 0px;
	right: 0px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #113171;
	color: #fff;
	padding: 4px 4px 4px 4px;
	border: 1px dotted white;
}
div.content a {
	color: #fff;
	text-decoration: none;
}
div.content a:before { content: url('../images/nav.gif'); }
div.content a:hover { text-decoration: underline; }
table { font-size: 11px; color: #fff; }
p.security { text-align: center; }
