.header {
	color: #434343;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	font-family: Trebuchet MS;
}

.menu {
	color: #CCB9B8;
	font-size: 9pt;
	font-weight: bold;
	font-family: Century Gothic;
	text-transform: uppercase;
	text-decoration: none;
	
}

:hover.menu {
	color: white;
	text-decoration: overline;
}

.left {
	background-image: url('images/sidebar4.jpg');
	background-repeat: repeat-y; 
	background-position: left top
}

.body {
	font-family: Century Gothic;
	color: 4e4e4e;
	font-size: 9pt;
	scrollbar-arrow-color: #A28481; 
	scrollbar-base-color: white; 
	scrollbar-shadow-color: #F3F3F3; 
	scrollbar-face-color: white; 
	scrollbar-highlight-color: #F3F3F3; 
	scrollbar-dark-shadow-color: white; 
	scrollbar-3d-light-color: gray;

}

.footer {
	font-size: 7pt;
	font-family: Century Gothic;
	color: #595B45;
	
}

body {
	scrollbar-arrow-color: #A28481; 
	scrollbar-base-color: white; 
	scrollbar-shadow-color: #F3F3F3; 
	scrollbar-face-color: white; 
	scrollbar-highlight-color: #F3F3F3; 
	scrollbar-dark-shadow-color: white; 
	scrollbar-3d-light-color: gray;
}
