BODY,TD,UL{
	font-family:Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color:white;
}
BODY{
	margin: 0;
	padding: 0;
}
.menuSpread{
	background-image:url('images/menu_1px.jpg');
	background-repeat:repeat-y;
}
.maskTop{
	background-image:url('images/under_menu.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	width:441px;
	height:69px;
}
.maskTopAdmin{
	background-image:url('images/under_menu.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	width:441px;
	height:63px;
}
.menuTable{
	height:109px;
}
.menuTable a{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
.menuTable a:hover{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
.menuTable a:visited{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
.middleMask{
	background-image:url('images/middlemask.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	height:135px;
	padding-right:56px;
	font-size:25pt;
	font-weight:bold;
	color:white;
}
.ContentArea{
	background-image:url('images/bottommask.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	height:197px;
	padding:5px;
	padding-right:56px;

}
a{
	color:#677d9e;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:white;
}
a:visited{
	color:#d9999f;
}
TABLE#listTable TD{
	color:black;
}

TABLE#listTable A{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
TABLE#listTable A:hover{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
