/* Mobile CSS */

body{
	color:black;
	background:#f8f8f7;
	font-family:"Trebuchet MS", Verdana, Arial, Serif;
	font-size: 10px;
	line-height:12px;
	height:auto;
	width:auto;
	padding:2px;
	}
	
body img{
	width:100%;
}
	
#PageContainer,
#BodyCol001,
#BodyCol002{
	color:black;
	background:#f8f8f7;
	font-size: 10px;
	line-height:12px;
	height:auto;
	width:auto;
	margin:auto;
	}
	
#PageContainer a{
	color:#5f87ad;
	text-decoration:underline;
	}
	
#PageContainer a:hover{
	text-decoration:none;
	}
	
#PageHeader{
	background-color:#342f1e;
	padding:5px;
	text-align:center;
	color:white;
	}
	
#PageHeader h1{
	font-size:1.5em;
	font-weight:bold;
}

#PageHeader a{
	color:white;
	text-decoration:none;
	font-size:1em;
	}
	
#Language a.current{
	color:#ee8600;
	font-weight:bold;
}
	
#PageHeader a:hover,
ul#ListMenu a:hover{
	text-decoration:underline;
	}
	
ul#ListMenu{
	list-style-type:none;
	padding-left:0;
	}	
	
ul#ListMenu li.current a{
	color:#ee8600;
	font-weight:bold;
}
	
ul#ListMenu a {
	/*border-style: none none solid none;
	border-color: #999;
	border-width: 1px;*/
	text-decoration:none;
	color:#414141;
	font-weight: normal;
	line-height:normal;
	}
	
#NewsBoxHeader{
	background-color:#78b11c;
	padding:5px;
	text-align:center;
	color:white;
}

#NewsBox{
	border:1px solid #ccc;
	padding:1px;
	}
	
#NewsBoxWrapper ul{
	padding:5px 10px 0 20px;
	}
	
#NewsBoxWrapper ul li{
	font-size:100%;
	padding-bottom:1em;
	}
	
#AddressBox{
	font-size: 0.85em;
	}
	
#PageFooter p{
	font-size: 100%;
	color:#857a81;
	line-height:1em;
	padding:1em;
	}



