body { 
	background: #333333; 
	font-family:tahoma, verdana; 
	font-size:12pt; 
	color:#000000; 
}


h1 { 
	font-size:12pt;
	color:#000000;
	margin:0;
	padding:0;
}
	

table.main { 
		border-collapse:collapse;
		padding:0;
		background-color:#666555; 
		color:#8B0000; 
		/* border: 2px dotted darkred; */
		border: 1px solid #777777;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		width:680px;
}


td.menu { 
		height:5%; 
		background-color:#666555; 
		vertical-align:top; 
}


td.main { 
		height:500px; 
		background-color:#A9A9A9; 
		vertical-align:top; 
		color:#222222; 
		font-size: 10pt;
		padding:10px;
}


td.goback { 
		height:10pt; 
		background-color:#A9A9A9; 
		vertical-align:bottom; 
		text-align:right; 
		font-size: 10px; 
}

td.footer { 
		height:1%; 
		background-color:#898989; 
		vertical-align:bottom; 
		text-align:right; 
		font-size: 8pt;
		color:#336633;
}



A {
                color:#8B0000;
                text-decoration : none;
                font-size:8pt;
}


A:visited {
                color:#8B0000;
                text-decoration:none;
                font-size:8pt;
}


A:hover {
                color:#8B4400;
                text-decoration:none;
                font-size:8pt;
}


A:active {
                color:#8B4400;
                text-decoration:none;
                font-size:8pt;

}
