	<style type="text/css">
body {
	font-family: Verdana;
	font-size: 13px;
}
#nav a {
text-decoration: none;
style: bold;
font-size: 11px;
color: #000000; 
}
#nav a:link {
text-decoration: none;
style: bold;
font-size: 11px;
color: #000000; 
}
#nav a:visited {
color: #5b0e53; 
style: bold;
}
#nav a:hover 
{cursor: pointer; color: #FFFFFF; 
text-decoration: none;
style: bold;
background: #000000;
padding-left: 2px;
padding-right: 2px;
}
#nav a:active {
color: #FFFFFF;
style: bold;
}
#bottom a {
text-decoration: none;
style: bold;
font-size: 10px;
}
#bottom a:link, #bottom a:visited {
color: #eb2e72; 
style: bold;
}
#bottom a:hover 
{cursor: pointer; color: #FFFFFF; 
text-decoration: none;
style: bold;
background: #9a6995;
}
#bottom a:active {
color: #FFFFFF;
style: bold;
}
#home a:link {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	color: #8D5788;
	text-decoration: underline;
}
a:hover {
	color: #C757BA;
	text-decoration: underline;
}
td {
align: top;
font-family: Verdana;
font-size: 13px;
}	
.tbusa {
align: top;
font-family: Verdana;
font-size: 10px;
background: #b0f5f1;
padding-left: 0px;
padding-right: 0px;
}
.tbus {
align: top;
font-family: Verdana;
font-size: 10px;
background: #d3b3cb;
padding-left: 0px;
padding-right: 0px;
}		
#dhtmlgoodies_menu{		
		font-family:Verdana;	/* Font for main menu items */
		font-size: 11px;
		width:193px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		vertical-align:middle;	/* Align text in the middle */
		border:0px;	/* no border */
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#000000;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:0px solid #000;
		background-color:#cdb1c6;
		font-family:verdana;
		font-size: 9px;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_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 )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#000000;
		text-decoration:none;		
	}

	</style>
	
	