@import url(system.css);
/**
 * Style sheet basic
 */
body
{
	margin:20px 0px 20px 20px;
	padding:0px;
	background: #000;
	
}

 body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family: trebuchet MS, Verdana, sans-serif;
	color: #eee;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:11pt;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	font-size:13pt;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:normal;
	font-size: 13pt;
}

a
{
	text-decoration:underline;
	color:#eee;
}

a:hover
{
	text-decoration:underline;
	color:#eee;
}

img
{
	vertical-align:middle;
	border:0px;
}

pre, form
{
	margin:0px;
	padding:0px;
}
