table
{
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
p
{	margin: 2 12;
	text-align: justify;
	text-indent: 1.5em;
}
p a
{	margin: 0px;
}
A
{
	color: #444;
    margin: 12px;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;


}
.strike
{
	text-decoration: line-through;
	letter-spacing: 4px;
}
.block
{
	height: 240;
	width: 180;
	margin: 4px 1px;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	font: 8pt tahoma;

}
.caps
{
	font: 11pt tahoma;
	letter-spacing: 2px;
	margin-bottom: 6px;
	background-color: #E0E0E0;
	padding: 0 5;
	margin: 10 5 3 5;
	text-align:justify;
}
.header
{
	height: 16;
	width: 145;
	color: white;
	background-color: #F00;
	border-bottom: 1px solid #d00;
	padding: 0 10;
	margin-right: 10px;
	font: 10pt verdana;
}
.updated
{
	color: white;
	text-align: right;
	font: 8pt tahoma;
	height: 16;
	width: 145;
	background-color: #a22;
	border-top: 1px solid #911;
	padding: 0 10;
	margin-right: 10px;
}
.updated a
{
	color: #faa;
	text-decoration: underline;
	margin: 0;
}
.updated a:hover
{	color: white;
}