@CHARSET "ISO-8859-1";
#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 99%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #FDB453;
	border-bottom: 7px solid #FDB453;
	border-right: 1px solid #FDB453;
	border-left: 1px solid #FDB453;
	
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #FDE7C3;
	color: #039;
}
#box-table-b tr:hover td
{
	background-color: #fdf5e6;
}
#box-table-b td
{
	padding: 8px;
	background: #FFFFFF; 
	border-top: 1px dotted grey;
	color: #669;
}


#box-table-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 99%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #63b8ff;
	border-bottom: 7px solid #63b8ff;
	border-right: 1px solid #63b8ff;
	border-left: 1px solid #63b8ff;
	
}
#box-table-c th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #FDE7C3;
	color: #039;
}
#box-table-c tr:hover td
{
	background-color: #f2f2f2;
}
#box-table-c td
{
	padding: 8px;
	background: #FFFFFF; 
	border-top: 1px dotted grey;
	color: #669;
}