BODY
{
}
.TableHeader
{
	background-color: #3333ff;
}

.NaviFont
{
	color: White;
	font-size: 14pt;
	font-family: Goudy Old Style;
	text-decoration: none;
}

.NaviActivePage
{
	color: #ffff00;
	font-size: 14pt;
	font-family: Goudy Old Style;
}


.LineColor
{
	color: navy;
}


.WhiteBorder
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	background-image: url(images\marble.jpg);
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

.PageHead
{
	font-weight: bold;
	font-size: 14pt;
	color: 006600;
	font-family: Aharoni;
}

.PageBody
{
	font-size: 12pt;
	color: 006600;
	font-family: Aharoni;
}

.PageFooter
{
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: 'Arial Narrow';
}

.TableBorder
{
	border-left: black 3px ridge;
	border-right: black 3px ridge;		
}

