﻿
.mainTable {
	border-collapse: collapse;
	border: 1px solid #8B8989;
}
.leftNav {
	background-color: #3C4545;
	border-right:solid 2px #8B8989;
}
.bottomNavCell {
	text-align: center;
}
.bottomNav {
	font-family: "Trebuchet MS", "Arial";
	font-size: 8pt;
	color: #8B8989;
	text-decoration: none;
}
.bottomNavLink{
	font-family: "Trebuchet MS", "Arial";
	font-size: 8pt;
	text-decoration: none;
}

body{
	font-family: "Trebuchet MS", "Arial";
	font-size: 9pt;
	color: #2d2d2d;	
}

.mainBody{
	font-family: "Trebuchet MS", "Arial";
	font-size: 9pt;
	color: #2d2d2d;	
}

h1{
	font-family: "Trebuchet MS", "Arial";
	font-size: 12pt;
	color: #8B8989;
	border-bottom: 5px;
}
h2{
	font-family: "Trebuchet MS", "Arial";
	font-size: 10pt;
	color: #8B8989;
	border-bottom: 5px;
}
h3{
	font-family: "Trebuchet MS", "Arial";
	font-size: 9pt;
	color: #000000;
	border-bottom: 5px;
}
a{
	font-family: "Trebuchet MS", "Arial";
	font-size: 9pt;		
	text-decoration: none;
}
.rightTable {
	border-collapse: collapse;
	border: 1px solid #8b8989;
	background-color: #C2C0BC;
	border-right: 0px;
	border-top: 0px;
}

#BodyFrame {
        width:802px;
        height:450px;
	overflow-x:hidden;
	overflow-y:auto;
}
