<style>
	div 	{background-color: #000000;
		layer-background-color: #000000;
		background: #000000;
		bgcolor: #000000}

	body 	{bgcolor: #000000; 
		color: #000066; 
		text: #CCCC00;
		font-family: Geneva, Arial, Helvetica, san-serif}

	table 	{bgcolor: #000000; 
		color: #000066; 
		text: #CCCC00; 
		border: #996600; font-size: 12px}

	td	{color: #000066; 
		text: #CCCC00; font-size: 12px}

	a:link 	{color: #000066}
	a:visited {color: #000099}
	a:hover {color: #990000}

	p 	{ color: #000066;
		text: #CCCC00;
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px} 

	li	{color: #000066;
		text: #DEB887;
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px} 
	
.copyright {  font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 8pt; color: #CCCC00}
div {  color: #000066}

#dhtmlptronik_menu{
	font-family:arial;	/* Font for main menu items */
	width:140px;	/* Width of main menu */

}
#dhtmlptronik_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlptronik_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlptronik_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlptronik_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */

	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #000000;	/* Black border */
	background-color:#FAFAFA;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */

	display:block;
}
#dhtmlptronik_menu	li a:hover,#dhtmlptronik_menu .activeMainMenuItem{
	color:#FFFFFF;
	background-color:#317082;
}
.dhtmlptronik_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000000;
	background-color:#FAFAFA;
	font-family:arial;
	text-align:left;

}
.dhtmlptronik_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlptronik_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlptronik_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000000;	/* Black text color */

	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlptronik_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFFFFF;	/* White text */
	background-color:#317082;	/* Blue background */
}
#scrollingContainer{
	width:300px;	/* 424 pixels in width */
	height:50px;	/* Height of box */
		
	border:1px solid #000;	/* Black border around box */
	background-color: #E2EBED;	/* Light blue background color */

	padding:2px;	/* A little bit of space between border of box and text inside */
	float:left;	/* I want the text to wrap around the box */
	margin-right:10px;	/* Right margin of 10 pixels */
	font-size:0.9em;	/* Smaller font size than the rest of the page */
		
	overflow:hidden;	/* Hide overflow content */
}
</style>