/* Default CSS Stylesheet for a new Web Application project */

BODY.plain
{
	background: #ffffff;
	margin: 0px;
}

BODY
{
	background: #f4f3f0 url(images/background.gif) 50% 0 repeat-y;
	margin: 0px;
}

BODY.item
{
	background: #f4f3f0 url(images/background_item.gif) 50% 0 repeat-y;
	margin: 0px;
}

TD 
{
	font-family: Verdana,Arial;
	font-size: 12px;
}

TD.submenu 
{
	width: 171px; 
	height: 27px;
	cursor: hand;
	color: #525552;
	padding-left: 12px;	
}

TD.topmenu 
{
	text-align:center;
	width: 110px; 
	height: 30px;
	cursor: hand;
	color: #525552;
	padding-left: 0px;	
}

TD.topmenuRCC 
{
	text-align:center;
	width: 110px; 
	height: 30px;
	cursor: hand;
	color: White;
	padding-left: 0px;	
}

IMG
{
	border: 0px;
}



