a:link
{
	color: blue;
}
a:visited
{
	color: purple;
} 
a:active 
{
	color: green;
}
a:hover
{
	color: green;
}

.bodyText, .sectionHeader, .pageHeader, .rowHeader,
.cellText, .cellTextTop
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
}

.bodyText, .cellText, .cellTextTop, .rowHeader
{
	font-size : 10pt;
}

.bodyText
{
}

.cellText, .cellTextTop
{
	vertical-align : top;
}

.cellTextTop
{
	vertical-align : top;
}

.pageHeader
{
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
}

.sectionHeader
{
	font-size : 13pt;
	font-weight : bold;
	font-style : italic;
}

.rowHeader
{
	vertical-align : top;
	font-weight : normal;
	text-align : right;
	padding-right : 15;
	font-style : italic;
}

.tkfBGColour
{
	background-color: #000066;
}

table
{
	border-color : Black;
}

