BODY
{
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color:Gray;
}
A
{
	text-decoration:none;
	cursor:hand;
	color:black;
}
.headerRow
{
	text-align:center;
	height: 113px;
	color: White;
	background-image: url(headerRow.png);
	font-size: 24pt;
}
.menuRow
{
	font-size:12pt;
}
.menuItem
{
    text-align:center;
	width: 180px;
	height: 13px;
	background-image: url(menu_dis.png);
}
.menuItemSelected
{
    text-align:center;
	color:White;
	width:180px;
	height:13px;
	background-image: url(menu_ena.png);
}
.bodyRow
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 26px;
	padding-right: 26px;
	vertical-align:top;
	text-align:left;
	height: 350px;
	background-image: url(bodyRow.png);
}
.adRow
{
    padding:10px;
	text-align:center;
	background-image: url(bodyRow.png);
}
.footerRow
{
    text-align:center;
	font-size:9pt;
	height:35px;
	color: White;
	background-image: url(footerRow.png);
}

