table.frame {
	width: 500px;
	color: Black;
	background: transparent;
	border-top: 3px solid #336666;
	border-left: 1px none #8B8B8B;
	border-bottom: 1px none #8B8B8B;
	border-right: 1px none #8B8B8B;
}

/*header subtext*/
.headless {
	font: 11px arial, courier, sans serif;
	font-size: 68.5%;	
	font-weight: none;
	border-bottom: 3px double #336666;
	background: transparent;
	color: #6b422e;
	margin-left: 0px;
	text-transform: normal;
        letter-spacing: .1em;   
}

/*topmost header*/
td.header {
	font: 24px arial, courier, sans serif;
	font-size: 160%;	
	font-weight: bold;
	background: transparent;
	color: #6b422e;
	margin-left: 10px;
	text-transform:normal;
        letter-spacing: .05em; 
        padding-bottom: 3px  
}

td.head {
	font: 15px verdana, arial, geneva, sans serif;
	font-weight: bold;
	background: transparent;
	color: #888888;
	padding: 3px;
	border-bottom: 3px solid #336666;
}

td.detail {
	font: 11px verdana, arial, geneva, sans serif;
	color: #8B8B8Be;
	padding: 10px;
	padding-left: 15px;
}

a {
	color: #336666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background : #8B8B8B;
}
