/*10040101*/
body {
	margin: 0px;
	padding: 0px;
	
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	
	background-color:#EEE;
	background-image:url(/SYSTEM/displayImg/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

/*10050101*/
	h2
	{
		font-size: 140%;
		color: #666;
		background-color: transparent;
		width: 22em;
	}
/*10060101*/
	h3
	{
		font-size: 110%;
		color: #666;
		background-color: transparent;
		width: 25em;
	}
	
/*10070101*/
	a:link
	{
		color: #339;
		background-color: transparent;
	}

/*10070201*/
	a:visited
	{
		color: #339;
		background-color: transparent;
	}

/*10070301*/
	a:hover
	{
		color: #600;
		background-color: transparent;
	}

/*10070401*/
	a:active
	{
		color: #600;
		background-color: transparent;
	}

/*10080101*/
	table
	{
		margin: 0 2px;
		color: #333;
		background-color: #FFF;
	}
/*10080201*/
	th
	{
		text-align: left;
		color: #333;
		background-color: #bbb;
	}
/*10080301*/
	tbody th
	{
		background-color: #fff;
		font-weight: normal;
	}
/*10090101*/
	 #first, #second, #third
	{
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
/*10090201*/
	 #first li, #second li, #third li
	{
		padding-left: 10px;
		background-image: url(/SYSTEM/displayImg/bg_list.gif);
		background-repeat: no-repeat;
		background-position: 0 .5em;
	}
/*10100101*/
	 #navigation a
	{
		display: block;
		color: #339;
		background-color: transparent;
		width: 100%;
		padding: 2px 0px;
		text-decoration: none;
	}
/*10100201*/
	#navigation a:hover
	{
		background-color: #ddd;
		color: #333;
		/*border-right: 10px solid #aaa;*/
		padding: 2px 0px;
	}