/* CSS Document */
table.struct tr>th{
	background-color:#CCC;
	vertical-align:top;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
table.struct tr.main>th{
	background-color:#FDFDFD;
	vertical-align:top;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:25px;

}
table.struct tr.sec>th{
	background-color:#FDFDFD;
	vertical-align:top;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:12px;

}

table.struct tr.miniFoot>td{
	background-color:#FDFDFD;
	vertical-align:top;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:10px;
	font-style:italic;

}
