body
{
	background-color: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
}

A:link
{
	text-decoration: none;
	color: blue;
}

A:visited
{
	text-decoration: none;
	color: blue;
}

A:hover
{
	text-decoration: underline;
	color: blue;
	font-weight: normal;
}

TABLE.container
{
	width: 857px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	font-size: 10pt;
	background-color: white;
}

TD.title
{
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: rgb(90, 90, 130);
	color: white;
}


TD.title h1
{
	font-size: 20pt;
}

P.subTitle
{
	font-size: 8.5pt;
}

Font.red
{
	color: red;
}

TD.menuBar
{
	background-color: rgb(210, 210, 230);
}

TD.menuBar A
{
	font-size: 10pt;
}

TD.menuBar A:link
{
	color: white;
}

TD.menuBar A:visited
{
	color: white;
}

TD.menuBar A:hover
{
	font-style: underline;
}

TABLE.titleMenu
{
	width: 100%;
}

TABLE.titleMenu TD.titleMenuOption
{
	width: 70px;
	padding: 5px;
	background-color: rgb(90, 90, 130);
}

TD.content
{
	padding: 20px;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 11pt;
}

TD.content P
{
}

TD.content H1
{
	font-size: 140%;
	font-style: bold;
}

TD.content H2
{
	font-style: underline;
}

TD.leftNavBar
{
	width: 212px;
	background-color: rgb(235, 235, 235);
	padding: 20px
	text-align: left;
	font-size: 9pt;
}


TD.leftNavBar P.navElement
{
}

TD.leftNavBar A:link
{
	color: black;
}

TD.leftNavBar A:visited
{
	color: black;
}

TD.leftNavBar A:hover
{
	font-style: underline;
}


TD.footer
{
	padding: 10px;
	background-color: white;
	font-size: 9pt;
	color: black;
}

