﻿body 
{
	margin: 0px;
	background-color:rgb(147,208,244)
}

.top
{
	width: 990px;
}

.toplink
{
	font-family:"arial","times";
	text-align: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: White;
	font-size: 9pt;
}

.toplink a
{
	color:White;
	text-decoration:none;
}
.topmenu
{
	font-family:"arial","times";
	font-size:12px;
	color: rgb(114,112,111);
	width: 785px;
	margin: 0px;
	float:right;
}

.topmenu ul
{
	margin:0px;
}

.topmenu li a
{
	text-decoration:none;
	color:rgb(114,112,111);
}

.topmenu li
{
	background-image:url(images/ulback.jpg);
	list-style-type:none;
	width: 87.2px;
	float:right;
	display:inline;
	margin: 0px;
}

.topmenu li:hover
{
	background-image: url(images/selectulback.jpg);
	cursor:pointer;
}

.leftpanel
{
	float: left;
	width: 200px;
}

.leftpanel img
{
	width: 200px;
	margin-bottom: 5px;
	border:0px;
}

.leftpanel h2
{
	width: 195px;
	font-family: "Arial", "Times";
	font-size: 10pt;
	background-image: url(images/leftblank.jpg);
	padding-left: 5px;
	text-align: left;
	margin-top: 0px;
	margin-bottom:5px;
}

.leftpanel h2:hover
{
	background-image: url(images/selectleftblank.jpg);
	cursor:pointer;
}

.leftpanel h2 a
{
	color:Red;
	text-decoration:none;
}

.leftpanel table
{
	background-color: rgb(235,246,253);
	margin:0px;
}

.leftpanel td
{
	font-size: 7pt;
	font-family: "Arial","Times"
}

.footer
{
	color: White;
	margin:0px;
	clear:both;
	text-align:left;
}

.footer a
{
	font-family:"arial","times";
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	color: White;
	font-size: 8pt;
	text-decoration:none;
}

.boxed
{
	width:195px;
	background-color:rgb(235,246,253);
	margin-top:5px;
	border: solid 3px blue;
}

.mainback
{
	background-color:White;
	float:right;
	margin-left:7px;
	margin-top:5px;
	width:782px;
	height:auto;
}

.main
{
	margin:20px;
	text-align:left;
	text-align:justify;
	font-size:10pt;
	font-family:"Arial","Times";
	color:rgb(114,112,111);
}

.main td
{
	width: 175px;
	text-align:left;
	font-size:8pt;
}

.main td td
{
	width: 175px;
	text-align:left;
	font-size:8pt;
}

.headtxt
{
	font-family:"Arial","Times";
	font-size:12pt;
	font-weight:bold;
}

.txt
{
	font-family:"Arial","Times";
	font-size:10pt;
}