body 
{
	margin: 0;
	padding: 0; 
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #555555;
	background-color: #87b67f;
	text-align: center;
}

a, a:visited, a:hover 
{
	text-decoration: none;
	text-transform: uppercase;
	color: #919191;
}

a:hover 
{
	color: white;
}

#Parent
{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	/*background-color:Olive;*/
}
#divImageParent
{
	position:relative;
}

#tblList
{
	width:100%;
	height:100%;
}

td.footer
{
	color:Silver;
}

tr.onmouseover
{
	background-color:#A60000;
	color:white;
	border: solid 1px black;	
}

tr.onmouseout
{
	border-bottom:solid 1px black;
}

img.overlay 
{
	background-color: #000;
	background-image: url(../images/blank.gif);
	filter: alpha(opacity=20);
	-moz-opacity:.80;
	opacity:.40;
}

#tdShowParent
{
	/*background-color:#87b67f;
}