body {
	z-index:	1;
	color:		#d00;
	background:	#000;
	margin:		0; 
	padding:	0; 
	border:		none;
	width:		100%;
	height:		100%;
	font-family:	sans-serif;
	font-size:	10pt;
}

div.mainMenu {
	z-index:	3;
	width:		100%;
	height:		20px;
	background:	#600;
	border-bottom:	2px solid red;
	font-size:	16pt;
}

div.lowerMenu {
	z-index: 1;
        width:          100%;
        margin-left:    0px;
        margin-right:   0px;
        padding:        2px;
        background:     #600;
	border-top:	1px solid #a00;
	border-bottom:	1px solid #a00;
	text-align:	right;
}	

div.mainMenu a, div.mainMenu a:visited {
        text-decoration: none;
	border-bottom: 2px solid #800;
	background: #000;
        color: #f00;
	padding: 2px;
}

div.mainMenu a:hover {
	border-bottom: 2px solid #fff;
	background: #800;
}	

div.content { 
	z-index:	0;
	top:		20px;
	bottom:		20px;
	width:		100%;
        overflow:	auto;
}

div.content2 {
	width:		auto;
	padding: 	20px;
}

a, a:visited {
	text-decoration: underline;
        color: #f00;
}

a:hover {
	color: #fff;
}	


img {
	border: solid 2px #f00;
}


.icenter {
	text-align: center;
}

.noborder {
	border: none;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

tr {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

th {
	background: #700;
}

td {
	background: #500;
	border-bottom: 1px solid black;
}

table.itab {
	margin: 1em;
}

table.itab td {
	text-align: center;
}

.tcenter {
	position:	relative;
	right:		auto;
	left:		35%;
	width:		50%;
}

h1, h2, h3 {
	background: #444;
	padding: 2px;
}

