body 
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: white;
	font-size: 12pt;
	font-family: "tahoma", "arial", sans-serif;
}

div
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	border: none
}

#header
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 63px;
	border-bottom: 2px solid #CCCCCC;
}

#sidebar
{
	position: fixed;
	left: 0px;
	top: 65px;
	bottom: 60px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#content
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 65px;
	bottom: 60px;
	margin-left: 230px;
	border-left: 2px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}

#footer
{
	position: fixed;
	border-top: 2px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: both;
}

p
{
	margin-top: 0px;
	text-align: justify;
	color: black;
	font-style: normal
}

h1
{
	margin-top: 0px;
	text-align: center;
	color: black;
	font-size: 18pt;
	font-style: normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
}

h2
{
	text-align: left;
	color: black;
	font-size: 14pt;
	font-style: normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	padding-top: 15px;
}
a
{
	color: black;
	text-decoration: none
}

a:hover
{
	color: black;
	text-decoration: underline
}

.header
{
	margin: 0% 0% 0% 0%;
	text-align: center;
}

.footer
{
	margin: 0% 0% 0% 0%;
	text-align: center;
	vertical-align: bottom;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: purple;
	clear: both;
}

.footer a
{
	color: #800080;
}

.headertable
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 0%;
}

.headercurrentpage
{
	width: 8em;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	font-style: normal;
	color: #7F7F7F;
	background-color: #E7E7E7;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
	border-right: 1px solid white
}

.headerlink
{
	width: 8em;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	font-style: normal;
	color: black;
	background-color: #E7E7E7;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
	border-right: 1px solid white
}

.mainpage
{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%
}

.mainpage-bold
{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	font-weight: bold
}

.mainimage
{
	text-align: center
}

.comments
{
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	text-align: center;
	font-style: normal
}

.invisible
{
	display: none
}

img
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.floatLeftTop
{
	float: left;
	vertical-align: text-top;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.floatRightTop
{
	float: right;
	vertical-align: text-top;
	margin-left: 20px;
	margin-bottom: 20px;
}

#navigation {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	background-color: #FFFFFF;
	width: 208px;
}

#navigation a.head
{
	cursor: pointer;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
}

#navigation a.head:hover
{
}

#navigation a.current
{
	background-color: #FFFFFF;
}

#navigation ul
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#navigation li
{
	list-style: none outside none;
	display: inline;
	font-size: 13pt;
}

#navigation li li a
{
	color: blue;
	display: block;
	text-indent: 10px;
	text-decoration: none;
}

#navigation li li a:hover {
	background-color: #FFFFFF;
	color: purple;
}
