﻿body {
font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 970px;
	background: #ffffff;
	 margin: 0 auto;
}

#toppart{
	width:960px;
	height:70px;
	background-color:#0066FF;
	color:#FFFF00;
	
}
#toppart h1{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:40px;
	margin: 10px 0 0 30px;
}

#middlepart{
	width:960px;
	/*height:300px; */
	background-color:white ;
	color:black;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:10pt;
	
}
#middlepart2{
	width:960px;
	background-color:white ;
	color:black;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:10pt;
	
}
#bottompart{
		width:960px;
	height:26px;
	background-color:#9DDFFF;
	color:black;
	padding:3px 0 0 20px;

}
#bottompart a
{
    text-decoration:none;
    color:Black;}
#bottompart a:visited
{   color:Black;
}
#middlepart .tabright{
	width: 200px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 30px;
}