body {
	background-color: #FFFFFF;
	background-image: url(pict/back_g2.gif);
	color: #666666;
}
a:link {
	color: #FF6600;
}
a:visited{
	color: #FF3300;
}
a:hover {
	color: #FF0099;
	text-decoration: underline overline;
}


ul.news li{
	list-style-type: disc;
	font-size: 90%;
	list-style-image: url(pict/li.gif);
	margin-top: 5pt;
	margin-bottom: 5pt;
}


.li_disc {
	list-style-position: outside;
	list-style-type: disc;
}

.table{
	background-color: #FFFFFF;
	background-position: center;
	width: 80%;
	text-align: left;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.table_color1 {
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
}
.margin_bottom {
	margin-bottom: 20px;
}

.table_color2 {
	background-color: #FFFFCC;
	width: 100%;
}
.margin_top5{
	margin-top:5px;
}
