caption{
font-size:1.1em;
font-style:italic;
padding-bottom:10px;
color: #333;
}
table{
	width:90%;
	border-collapse:collapse;
	background: #fbfbfb;
	border:1px solid #fff;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

table th{
font-style:italic;
border:1px solid #fff;
background: url(../img/cube_1.png) left top no-repeat;
color:#fff;
font-size:1em;
padding:.10em;
text-align:center;
}
table th.int{
font-style:italic;
border:1px solid #fff;
background:url(../img/cube_th.png) left top no-repeat;
color:#fff;
font-size:1em;
padding:.10em;
text-align:left;
}
table td{
color:#000;
border:1px solid #fff;
font-size:1em;
padding:.12em;
background:url(../img/cube_tr4.png) left top no-repeat;
}

a:link, a:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover, a:focus, a:active{
	text-decoration:underline;
	color: #00F;
	font-weight:bold;
}

