body { 
	background-color: #660000;
	padding: 0px;
}
body, td, p, a {
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia, Times, serif;
}
div.pnlPage {
	position: relative;
	margin: 0px auto;
	width: 750px;
	height: 835px;
	z-index: 1;
}
div.pnlBorder{
	position:relative; 
	border:1px solid white; 
	text-align:left;
}
table.pnlTable{
	position:relative; 
	top:0px; 
	width:100%;
}
td.pnlContent {
	background-color:#dddddd; 
	text-align:left; 
	vertical-align:top;
}
.logo {
	position:absolute; 
	top:20px; 
	left:500px; 
	width:230px; 
	height:70px; 
	border:none; 
	z-index:12;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	color: #660000;
	margin: 20px;
}

b { font-weight: bold; }

a:link, a:visited, a:active {
	color: #0033cc;
}

a:hover {
	color: #660000;
}

a.tnav:link, a.tnav:visited, a.tnav:active {
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	margin: 0 4px 0 5px;
	font-family: 'Times new Roman' Times, Georgia, serif;
	font-size: 12px;
}

a.tnav:hover {
	color: #369;
	background-color: #ddd;
}

p.main {
	margin: 20px;
	line-height: 18px;
}

p.mainsub {
	margin: 20px 20px 20px 40px;
	line-height: 18px;
}

tr.hl { background-color: #eeeeee; }
tr.top, tr.hl { vertical-align:top; }

.line {
	position:relative;
	left:20px;
	border-bottom: 1px solid black;
	width:680px;
	line-height:1px;
	text-align:center;
	vertical-align:middle;
}

.footer {
	position:relative;
	top:5px;
	text-align:center; 
	color: #eeeeee;
	z-index:3;
}
