﻿body {
}

a:hover
{
	color:Orange;
}

a:visited
{
	color:Red;
}

.NavTable
{
	padding-left:10px;
	width:120px;
	background:White;
}

.NavCell
{
	border-bottom-width:thin;
	border-bottom-color:Gray;
	border-bottom-style:solid;
}

.SectionHeader
{
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:10pt;
	font-weight:bold;	
	color:#7A7A7A;
}

.SectionText
{
	font-family:Tahoma, Sans-Serif;
	font-size:10pt;
	color:Red;
	text-decoration:none;
}
SectionText:Hover
{
	color:Orange;	
}