body {
	margin: 0em;
	font: 8pt tahoma;
	text-align: justify; 
	color: #8D9AA4;
	background: #000000;
}

#main {
	position: absolute; 
	border: 0; 
	top: 278; 
	left: 45; 
	width: 370;
	height: 130; 
	overflow: auto; 
}

#menu {
	position: absolute; 
	border: 0; 
	top: 278; 
	left: 430; 
}

p {
	text-indent: 10px;
}

p.footer {
	font: 7pt tahoma;
	text-align: center;
	text-indent: 0px;
	padding: 2px;
}

h1 {
	margin: 0px 10px 0px 0px;
	text-align: left;
	text-indent: 20px;
	font: 8pt georgia;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 2px;
	color: #B3736D;
	border-bottom: #A4908D 1px solid; 
}

table {	
	text-align: right; 
	font: 8pt tahoma;
}

input, select, textarea {
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-bottom: 1px solid #366991;
	font: 8pt tahoma;
	padding: 2px;
	color: #8D9AA4;
	background: transparent; 
}

a, a:link, a:active, a:visited {
	color: #A4908D;
	font-weight: bold;       
	text-decoration: none;
}

a:hover {
	color: #A3A48D; 
	font-weight: bold;     
	border-bottom: 1px dotted #CFD661;
}