html {
	scrollbar-face-color:#FFFFFF;
   scrollbar-arrow-color:#E95E01;
   scrollbar-track-color:#F4F6F8;
   scrollbar-shadow-color:#848284;
   scrollbar-highlight-color:#ffffff;
   scrollbar-3dlight-color:#D6D3CE;
   scrollbar-darkshadow-Color:#202020;
   background-color: #FFFFFF;
   }

body {
	color: #6B6B6B;
	font: Tahoma;
	font-size: 11px;
	background-color : #FFFFFF;
	margin: 0px;
}

p {
	color: #6B6B6B;
	font: Tahoma;
	font-size: 11px;
}

#container {
	width: 960px;
	height: 100%;
	background-image : url(../images/bg.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.tablewrapper {
	margin-left: 34px;
	border-left : 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	height: 278px;
}

.header {
	background-image : url(../images/header.gif);
	background-position : top;
	background-repeat : no-repeat;
	width: 899px;
	height: 94px;

}

.nav {
	width: 899px;
	height: 184px;
}

.main {
	width : 899px;
	min-height: 355px;
}

a:link, a:visited {
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a:hover{
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: bold;
}

a.head:link, a.head:visited {
	color: #6B6B6B;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a.head:hover{
	color:  #6B6B6B;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}


.footer {
	background-image : url(../images/footer.gif);
	background-position : top;
	background-repeat : no-repeat;
	width: 723px;
	height: 93px;
	font-family: Tahoma;
}

.footerSide {
	background-image : url(../images/credit.gif);
	background-position : left;
	background-repeat : no-repeat;
	width: 181px;
	height: 93px;
	font-family: Tahoma;
}

a.foot:link, a.foot:visited {
	color: #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a.foot:hover{
	color:  #5C7277;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}