body 
{ 
	color: black; 
	background-color: white; 
}

p {}

a:link 
{ 
	color: #800000;
	text-decoration: none;
}

a:visited 
{ 
	color: #800000;
	text-decoration: none;
}

a:hover 
{ 
	color: #800000;
	text-decoration: none;
}

a:active 
{ 
	color: #800000;
	text-decoration: none; 
}

.PageFrame
{
	/*border: 1px solid #800000;*/
	padding-top: 0pt;
	padding-bottom: 2pt;
	padding-left: 10px;
	width: 1000px;
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
}

h1
{
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #800000;
	border-top: 1px solid #800000;
	background-color: #800000;
	color: #FFFFFF;
}

h1 a:visited
{
	color: #FFFFFF;
}

h1 a:link 
{
	color: #FFFFFF;
}

h1 a:active 
{
	color: #FFFFFF;
}

h1 a:hover
{
	color: #FFFFFF;
}

h2
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	text-align: center;
	font-size: 20px;
}

h3
{
	font-variant: small-caps;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
}

h4
{
	text-align: center;
	margin: 0;
	font-size: 12px;
}

h5
{
	padding: 0;
	margin: 0;
}

table
{
	text-align: justify;
	vertical-align: top;
}

.tdrows
{
	border-bottom: 1px dotted #800000;
	padding: 4px;
}

.tdbrows
{
	border-top: 1px dotted #800000;
	padding: 6px;
	font-size: 12px;
}

td
{
	vertical-align: top;
}

th
{
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
	font-size: 12px;
	font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #800000;
}

.row1
{
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
	font-size: 12px;
}

.tdheader
{
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}

.tdtext
{
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
	font-size: 12px;
	padding: 4px;
}

.tdbottom
{
	font-family: Palatino Linotype, verdana,arial,helvetica,sans-serif; 
	font-size: 10px;
	padding: 4px;
}