body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #173c00;
	line-height:18px;
}
p{
	text-align:justify;
}
a:link, a:visited{
	color: #f55500;
	text-decoration:none;
}
a:hover{
	color: #48b546;
	text-decoration:none;
}

#content{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display:block;
}

#content h1{
	font-size:15px;
	color:#48b546;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

#content h2{
	font-size:13px;
	color:#f55500;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content ul{
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	line-height:18px;
	padding:0px;
}

#content li{
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:0px;
	line-height:18px;
	list-style-image:url(../images/arrow.gif);
}



#thumb_whole{
	position:relative;
	background-color:#000000;
}
#thumb{
	float:left;
	position:relative;
	margin:2px;
	width:300px;
	height:200px;
}
#thumb a img{
	padding:0px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0px;
}
#thumb a:hover img{
	filter:alpha(opacity=100);
	border-color:#666666;
	border-style:solid;
	border-width:0px;
	position:relative;
	left:-1px;
	top:-2px;
}


.img_right{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.img_left{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}




.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	line-height:16px;
	text-decoration:none;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #48A546;
	line-height:16px;
	text-decoration:none;
	font-weight: bold;
}
.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f55500;
	line-height:16px;
	text-decoration:none;
	font-weight: bold;
}
a:hover.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #48b546;
	line-height:16px;
	text-decoration:none;
	font-weight: bold;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #843200;
	line-height:16px;
	text-decoration:none;
}
a:hover.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #843200;
	line-height:16px;
	text-decoration:underline;
}

.last_update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #096400;
	line-height:16px;
	text-decoration:none;
}
a:hover.last_update{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #096400;
	line-height:16px;
	text-decoration:underline;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #173c00;
	line-height:16px;
	text-decoration:none;
}





.bg_orange_light {
	background-color: #fff7e5;
}
