﻿#wrapper {
	background: #FFFFFF;
}
#header {
	background: #ffffff;
	height: 60px;
}
#header_inner {
	float: right;
	margin-top: -1px;
}
#top_nav {
	height: 20px;
	margin-top: 0.25em;
}
.top_nav {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	background: #DEEFFF;
	border: #53A9FF;
	border-style: solid;
	border-width: .05em;
	color: #0000FF;
}
#container {
	width: 100%;
	background: #FFFFFF;
	float: left;
	margin-right: 0px;
	margin-top: 0.5em;
}
#content {
	background: #FFFFFF;
	margin-left: 203px;
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	color: #000000;
}
#sidebar {
	background: #FFFFFF;
	width: 187px;
	float: left;
	border-right-style: dotted;
	border-right-color: #0000FF;
	border-right-width: .05em;
}
#footer {
	background: #DEEFFF;
	margin-top: 0.25em;
}
.stylefooter {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	background: #DEEFFF;
	border: #53A9FF;
	border-style: solid;
	border-width: .05em;
}
.last {
	margin-bottom: 0.5em;
}
.clearing {
	height: 0;
	clear: both;
}
.body {
	border: #008080;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: black;
}
.background {
	background-color: #E8F3FF;
	border: medium;
	border-color: #0000FF;
	table-layout: auto;
	text-align: left;
	vertical-align: middle;
}
.style1 {
	color: blue;
	font-weight: bold;
}
.style2 {
	display: block;
	text-align: center;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}

.row1{
	background-color: #DEEFFF;
}

.row2{
	background: #53A9FF;
}

a:hover {
	color:red;
	font-style:italic;
	background-color:yellow;
}

