﻿body
{
	font-family: Arial;
}

#Header
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	font-family: Engravers MT;
}

#Header .italic
{
	font-style: italic;
	font-variant: normal;
	color: #999999;
	font-size: 16px;
	font-family: Book Antiqua;
}

#LeftNav
{
	color: #000000;
	width: 20%;
	font-size: 14px;
	vertical-align: top;
	font-family: Engravers MT;
}

#LeftNav a:link, #LeftNav a:visited
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

#LeftNav a:hover
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #999999;
	font-weight: bold;	
}

#Content
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 80%;
	text-align: justify;
	vertical-align: top;
	padding: 3px;
	font-size: 12px;
}

#Content .Header
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-family: Arial;
}

#Footer
{
	font-size: 10px;
	color: #990000;
}
