﻿html
{
	height:95%;
	padding-top:0px;
}
body 
{
	font-family:Verdana;
	font-size:9pt;
	height:95%;
	padding-top:0px;
}

.mainPanel
{
	font-family:Verdana;
	font-size:9pt;
	width:800px;
	padding:0px 10px 0px 10px;
	background-repeat:repeat;
	color:White;
	height:100%;
	vertical-align:top;
}
body A
{
	color:White;
	text-decoration:none;
}
body A:Hover
{
	color: #3399FF;
	text-decoration: underline;
}

.Menu
{
	text-align:right;
	width:100%;
}
.Menu A
{
	font-weight:normal;
	font-size:larger;
	margin-left:20px;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
		color:#6CCFF6;
}

.Menu A:Hover
{
	text-decoration:none;
	color:#3399FF;
}

.Body
{
	text-align:left;
}

.Content
{
	margin-left:10%;
	width:500px;
	text-align:justify;
}

.Footer
{
	width: 100%;
	text-align: right;
	color: #343233;
	font-size:7pt;
}
.Footer A
{
	color: #343233;
	text-decoration:underline;
}
.Footer A:Hover
{
	color:#343233;
	text-decoration:underline;
}
.Title
{
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 10px;
	color: #6CCFF6;
}

.Logo
{
	width:400px;
	text-align:center;
	background-color:white;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
}
