﻿@import url("style1.css");

td {
	vertical-align:middle;
	text-align:center;
	padding: 5px;
}

h1 {
	line-height: .9;
}

td.dark {
	background-color:#505050;
}

tr.headrow {
	font-weight:bold;
	background-color: #dedede;
}

.bodytextsmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: bold;
}

.bodytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #505050;
}
.bodylight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f9f9f9;
}

a.bodysmall
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;; 
	color: #505050; 
	font-size: 8pt; 
	text-decoration: underline;
	font-weight: bold;
}

a.bodysmall:visited 
{ 
	color: #505050; 
	text-decoration: underline;
}

a.bodysmall:active 
{ 
	color: #ff0000; 
	text-decoration: underline overline;
}

a.bodysmall:hover 
{ 
	color: #ff0000; 
	text-decoration: underline overline;
}


