
* {
 scrollbar-DarkShadow-Color: #000;
 scrollbar-Track-Color: #efefef;
 scrollbar-Face-Color: #fff;
 scrollbar-Shadow-Color: #000;
 scrollbar-Highlight-Color: #fff;
 scrollbar-3dLight-Color: #000;
 scrollbar-Arrow-Color: #000;
}
	body {
		border 		 : 0px solid white;
		padding		 : 0px;
		margin  	 : 0px;
		cursor		 : default;
		font-family	 : Arial, Helvetica, sans-serif;
		font-size 	 : 12px;
	}
	#caption {
		background-color : #DEDEDE;
		background-image : url(../../images/bg.jpg);
		background-repeat: repeat-x;
		height		 : 114px
	}
	#menuBar {
		background-image : url(../../images/menu-bg.jpg);
		background-repeat: repeat-x;
		height           : 25px;
		padding          : 0px;
		padding-left     : 63px;
		float            : none
	}
	.menu {
		list-style	: none;
		list-style-type : none;
		margin		: 0px;
		padding		: 0px;
	}
	.menu li {
		float		: left;
		list-style	: none;
		display		: inline;
		margin		: 0px;
		padding 	: 0px;
	}
	.menu img {
		border 		: 0px;
	}
	.ContainerSubMenu {
		float 		 : left;
		width 		 : 133px;
		margin 		 : 0px;
		padding 	 : 0px;
		padding-right    : 12px;
		text-align	 : right;
		font-size	 : 18px;
		color		 : gray;
		line-height	 : 1.3em;
	}
	.ContainerContent {
		float 		: right;
		width 		: 415px;
		border-left	: 1px solid black;
		padding-left    : 12px;
		font-size	: 12px;
		line-height	: 1.3em;
	}
	.ContainerContent ul.formatted li {
		margin-bottom: 15px;
	}
	h1 {
		margin-top	: 0px;
		font-size	: 26px;
	}
	a {
		color		: black;
	}
	a:hover {
		color 		: orange;
	}
	.ContainerSubMenu a {
		color 		: gray;
		text-decoration: none;
	}	
	.ContainerSubMenu a:hover {
		color 		: orange;
	}	
