/* main body style */
body {
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	/*
	
	scrollbar-arrow-color:#B6B3B0;
	scrollbar-base-color:#B6B3B0;
	scrollbar-shadow-color:#B6B3B0;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:#B6B3B0;
	background-color: #FFFFFF;
	
	*/
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* text on top of the content of the content page */
.headerText {
	font-size: 13px;
	color: #695D54;
}

.leftTabHeaderSmall {
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}

/* text on home page */
.homeText {
	font-size: 12px;
	font-weight: bold;
	color: #695D54;
}

/* text for link at the bottom of the content page - not in use for now */
.footLinkText {
	font-size: 9px;
	color: #99AECE;
}

/* text for NEWS link - not in use for now */
.newsText {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.bContent {
	margin: 8px 0px 8px 0px;
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #695D54;
	text-align: left;
}

