	body{
		font-size:10pt;
		background-color:#FFFFFF;
		font-family: Arial;
	}

	img{
		border:0px;
	}
	
	h1{
		font-family: Arial;
		font-size: 14pt;
	}
	
	h2{
		font-family: Arial;
		font-size: 12pt;
	}

	table, tr, td{
		font-family: Arial;
		font-size: 10pt;
	}

	A:link	{	
		color: red;
		text-decoration: underline;
	}	

	A:visited	{	
		text-decoration: underline;
		color: darkred;
	}	

	A:active	{	
		text-decoration: underline;
		color: Teal;
	}	

	A:hover	{	
		text-decoration:	underline;
		color: #CCCCCC;
	}

	#mainContainer{
		width: 1000px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
	}
	
	#leftContainer{
		width:260px;
		float:left;
	}
	
	#contentContainer{
		width:550px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}

	#topBar{
		font-size: 16pt;
		font-family: Arial;
		color: red;
	}
	
	#name{
		font-size:8pt;
		font-family: Arial;
	}
	
	#space{
		height: 500px;
	}

	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:128px;	/* 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 */
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:25px;
		line-height:25px;
		vertical-align:middle;	/* Align text in the middle */
		border:0px;	/* No border */
		background-color:#FFFFFF;	/* White background color */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:0px;
		background-color:#FFFFFF;
		font-family:arial;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;

	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:25px;	/* 25 pixels height */
		line-height:25px;	/* 25 pixels height */
		
		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:#FFFFFF;	/* Blue background */
	}