BODY
{
}

.navigator
{
	padding-left: 16px;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(greyback.jpg);
	color: darkblue;
	line-height: 24pt;
	font-family: Rockwell, Arial, Serif;
}
.Large
{
	font-weight: bold;
	font-size: 24pt;
	color: darkblue;
	font-family: Rockwell, Arial, Serif;
}
.Medium
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Rockwell, Arial, Serif;
}
.SmallMedium
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Rockwell, Arial, Serif;
}

.Small
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Serif;
}
.SmallNoBold
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial, Serif;
}
.Smaller
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial, Serif;
}
A:link
{
	color: darkblue;
	text-decoration: none;
}
A:hover
{
	color: firebrick;
	text-decoration: underline;
}
A:active
{
	color: red;
	text-decoration: underline;
}
A:visited
{
	color: darkviolet;
}
.SWItem
{
	border-right: darkblue 2px solid;
	padding-right: 8px;
	border-top: darkblue 2px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	border-left: darkblue 2px solid;
	padding-top: 8px;
	border-bottom: darkblue 2px solid;
}
.TabNormal
{
	font-weight: bold;
	font-size: 14pt;
	background-image: url(tab_norm.gif);
	width: 150px;
	font-family: Rockwell, Arial, Serif;
	height: 32px;
	text-align: center;
}
.TabSelected
{
	font-size: 14pt;
	background-image: url(tab_sel.gif);
	width: 150px;
	font-family: Rockwell, Arial, Serif;
	height: 32px;
	text-align: center;
}
.DLTable
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
}
.Header
{
	color: white;
	background-color: dimgray;
}
.Footer
{
	background-color: gainsboro;
	height: 24px;
}
.Line0
{
	background-color: aliceblue;
}
.Line1
{
	background-color: ghostwhite;
}
