body {
	background-color: black;
	background-image:url('/elements/brick-wall.jpg');
	color: #a0a0a0;
	min-height: 515px;
}

a {
	color: #a0a0a0;
	target:  new;
	target-new: tab;
} 

TD {
	font-family: arial, helvetica, universe, sans-serif;
	vertical-align: middle;
	font-size: 13pt;
}

#mainTable {
	height: 100%;
	width: 100%; 
}

#contentTR TD {
	padding: 0px
}

#contentFrame {
	height: 100%;
	width: 100%; 
}

TD.menuitem {
	/*border-bottom-style: solid;
	border-top-style: solid;
	border-color: black;*/
	cursor: pointer;
	text-align: center;
}

TD.menuitem.hover {
	color: #d0d0d0;
}

TD.menuitem.active {
	color: #A55154;
}