body
{
	font-family:Tahoma;
	font-size:11px;
	margin: 2px 2px 2px 2px;
}

TABLE.main
{
	height:100%;
	width:100%;
}

TD.main
{
	vertical-align:middle;
	text-align:center;
}

DIV.main
{
	width:760px;
	height:560px;
	background-color:Maroon;
	
}

DIV.error
{
	display: inline;
	font-size:11px;
	padding: 4px;
}

DIV.menuItem
{
	border: #000000 1px solid;
	left: 32px;
	width: 110px;
	cursor: hand;
	color: black;
	position: absolute;
	height: 17px;
	background-color: white;
	z-index: 500;
}

DIV.menuItemhover
{
	border: #000000 1px solid;
	left: 32px;
	width: 110px;
	cursor: hand;
	color: black;
	position: absolute;
	height: 17px;
	background-color: darkgray;
	z-index: 500;
}

DIV.menuItemSelected
{
	border: #000000 1px solid;
	left: 32px;
	width: 110px;
	cursor: hand;
	color: black;
	position: absolute;
	height: 17px;
	background-color: cornsilk;
	z-index: 500;
}

TD.menuItem
{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
}

TD.error
{
	color:White;
	background-color:Red;
	font-size:11px;
}

IMG.thumbnail
{
	border: none;
}

DIV.mainGraphic
{
	border: black 1px solid;
	z-index: 111;
	padding: 10px;
	position: absolute;
	background-color: White;
}

TD.mainDesc
{
	z-index: 111;
	position: absolute;
	text-align: justify;
	text-justify:distribute-all-lines;
	width: 150px;
}

DIV.mainDesc
{
	POSITION: absolute; 
	z-index: 200;
	overflow:visible;
}

.mainDesc1
{
	font-size: 14px;
	text-align: justify;
	text-justify:distribute-all-lines;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainDesc2
{
	font-size: 11px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	text-justify:distribute-all-lines;
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV.navigateBtn
{
	position: absolute;
	left: 730px;
	z-index: 401;
/*	height: 20px;
	width: 20px;*/
}

A
{
	text-decoration: none;
}
