@charset "utf-8";
body {
	margin: 5px;
	background-color:transp;
}

p,td{
	font-family:verdana;
	font-size:12px;
	color:#333333;
}
	
ul li {
	line-height: 135%;
	list-style-type:square;
}

ol li{
	line-height: 150%;
}
		
a:active,a {
	color:#0066CC;
	text-decoration:none;
}
	
a:hover{
	color:#0099CC;
	text-decoration:underline;
}
.table_font{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
.table_header {
	background-color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.body_header {
	font-weight: bold;
	color: #006699;
	text-align: center;
}
.body_em {
	font-style: italic;
	text-align: center;
}
