@charset "utf-8";
/* CSS Document */

div.box {
width: 100%;
line-height: 16px;
font-family: Verdana;
text-align: left;
}
.title {
	font-weight:bold;
	font-size:16px;
	color: #003366;
	margin-top:3px;
}
.title2 {
	font-weight:bold;
	font-size:14px;
	color: #003366;
	margin-top:3px;
}
.title3 {
	font-size:20px;
	color: #003366;
	margin-top:3px;
}
.title3b {
	font-weight:bold;
	font-size:20px;
	color: #003366;
	margin-top:3px;
}
.text {
	color: #333333;
	font-size:12px;
	margin-top:3px;
}
td.bgc{
	background: #EEEEEE;
}
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
ul.lista li, ol.lista li{
	color: #333333;
	font-size:12px;
	padding-bottom:5px;
}
.tablebgc {
	background-color: #EFEFEF;
}