/* CSS Document */

	
body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:small;
		height:1500px;		
	}
	
	#menu ul li {
		list-style-type: none;
		
	}
	
	#menu a
	{
		color:#000066;
		text-decoration:none;
	}

	#menu ul {
		background-color: #ecf3fe;
	}
	
	#separator {
		background-image: url(./img/sys/separator_2.png);
		background-repeat:repeat-x;
	}

#caption
{
	color:#999999;
	font-style:oblique;
}

#name
{
	color:#999999;
}

#sysmenu a
{
	text-decoration:none;
	border:none;
}

#sysmenu img
{
	border:none;
}

#systembody h2
{	
}

#systembody h3
{
}

#systembody fieldset
{
	padding:5px;
	margin:5px;
}

img
{
	border: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#syscontentmenu ul li 
{
	list-style-type: none;	
}
	
#syscontentmenu a
{
	color:#000066;
	text-decoration:none;
}
	
#syscontentmenu
{
	white-space:nowrap;
}