table.specialtable {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
th.specialtable {
	font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead.specialtable th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
tbody.specialtable td ,tbody.specialtable > th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody.specialtable  th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody.specialtable  tr.odd {
	border: 1px solid #87CEFA;
}
tbody.specialtable  tr.odd td, tbody.specialtable tr.odd th {
	background: #F0F8FF;
}
tfoot.specialtable  td, tfoot.specialtable  th {
	border: none;
	padding-top: 10px;
}
caption.specialtable {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table.specialtable a:link {
	color: #DC143C;
}
table.specialtable th a:link {
	color: #047;
	text-decoration: none;
}
table.specialtable a:visited{
	color: #036;
	text-decoration: line-through;
}
table.specialtable a:hover{
	color: #000;
	text-decoration:none;
}
table.specialtable a:active{
	color: #000;
}

