
/* CSS Document */

html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Arial, Verdana;
		font-size: 12px;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#ffffff;
		height:100%;
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:760;
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;	
	}
	
	#dhtmlgoodies_menu img{

		border:0px; 

	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden; 

	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
		opacity:.80;
		filter: alpha(opacity=80); 
		-moz-opacity: 0.8;

	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:0px solid #ffffff;
		background-color:#A06262; 
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:1px;
		padding:1px;
		border:1px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{

		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:0px solid #ffffff;

	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#662222;
		border:0px solid #000;
		

		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
		background-color:#a06262;
		color:#ffffff;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#ffffff;
		font-weight:bold;
		background-color:#662222;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		color:#000000;
		border:1px solid #fff;
		background-color:#EDD5D5;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		color:#ffffff;
		background-color:#a06262;
		border:1px solid #FFF;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#ffffff;
		background-color:#A06262;
	}	
	
	#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
		color:#000000;
		background-color:#EDD5D5;
	}	
	
	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		color:#000000;
		border:1px solid #fff;
		background-color:#EDD5D5;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		color:#ffffff;
		background-color:#a06262;
		border:1px solid #fff;
	}	
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		color:#ffffff;
		background-color:#A06262;
	}	
	
	#dhtmlgoodies_menu .currentDepth3 a{	/* Text rules */
		color:#000000;
		background-color:#EDD5D5;
	}	
	
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		color:#000000;
		border:1px solid #fff;
		background-color:#EDD5D5;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		color:#ffffff;
		background-color:#a06262;
		border:1px solid #fff;
	}	
	#dhtmlgoodies_menu .currentDepth4over a{	/* Text rules */
		color:#ffffff;
		background-color:#A06262;
	}	
	
	#dhtmlgoodies_menu .currentDepth4 a{	/* Text rules */
		color:#000000;
		background-color:#EDD5D5;
	}	
	
	
	/* Sub menu depth 4 */
	#dhtmlgoodies_menu .currentDepth5{
		padding-right:2px;
		color:#000000;
		border:1px solid #fff;
		background-color:#EDD5D5;
	}
	#dhtmlgoodies_menu .currentDepth5over{
		padding-right:2px;
		color:#ffffff;
		background-color:#a06262;
		border:1px solid #fff;
	}	
	#dhtmlgoodies_menu .currentDepth5over a{	/* Text rules */
		color:#ffffff;
		background-color:#A06262;
	}	
	
	#dhtmlgoodies_menu .currentDepth5 a{	/* Text rules */
		color:#000000;
		background-color:#EDD5D5;
	}	

		/* Sub menu depth 5 */
	#dhtmlgoodies_menu .currentDepth6{
		padding-right:2px;
		color:#000000;
		border:1px solid #fff;
		background-color:#EDD5D5;
	}
	#dhtmlgoodies_menu .currentDepth6over{
		padding-right:2px;
		color:#ffffff;
		background-color:#a06262;
		border:1px solid #fff;
	}	
	#dhtmlgoodies_menu .currentDepth6over a{	/* Text rules */
		color:#ffffff;
		background-color:#A06262;
	}	
	
	#dhtmlgoodies_menu .currentDepth6 a{	/* Text rules */
		color:#000000;
		background-color:#EDD5D5;
	}	



a.tnav:link, a.tnav:visited, a.tnav:active   {
	color: 333333;
	font-family: Tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav:hover {
	color:#1361AA;
	font-family: Tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav:link, a.tnav:visited, a.tnav:active  {
	color: #9F6060;
	font-family: tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav:hover {
	color: #000000;
	font-family: tahoma;
	
	font-weight: bold;
	text-decoration: none;
}
a.tnav02:link, a.tnav02:visited, a.tnav02:active  {
	color: 333333;  padding: 5px;
	font-family: Tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav02:hover {
	color: #ffffff; padding: 5px;
	font-family: Tahoma;
	
	font-weight: bold; 
	background-color: #1361AA;
	text-decoration: none;
	}
	




a.lnav:link, a.lnav:visited, a.lnav:active  {
	font-family: Arial;
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.lnav:hover {
	font-family: Arial;
	
	font-weight: bold;
	color: #ffff99;
	text-decoration: none;
}

a.mnav:link, a.mnav:visited, a.mnav:active {
	font-family: Arial;
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.mnav:hover {
	font-family: Arial;
	
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}




a.mnav2:link, a.mnav2:visited, a.mnav2:active {
	font-family: Arial;
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.mnav2:hover {
	font-family: Arial;
	
	font-weight: bold;
	color:#FFFF84;
	text-decoration: none;
}


a.tnav2:link, a.tnav2:visited, a.tnav2:active {
	color: #FFFFFF;
	font-family: tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav2:hover {
	color: #000000;
	font-family: tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav03:link, a.tnav03:visited, a.tnav03:active {
	color: 333333; padding: 5px;
	font-family: Tahoma;
	
	font-weight: bold;
	text-decoration: none;
}

a.tnav03:hover {
	color:#1361AA; padding: 5px;
	font-family: Tahoma;
	
	font-weight: bold; 
	background-color:#FFFFFF;
	text-decoration: none; 
	}

.pagetitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A06262;
	text-decoration: none;
}

.small 
{font-size:9px; font-family: Verdana;}



td
{font-size:13px;}

.text14
{font-size:14px; 	font-weight: bold;}




a:hover { 	text-decoration: none; }



.member { font-weight: bold; color: #FFFFFF; }

.user {font-size: 11px; font-weight: bold; color: #FFFFFF; }

.brainee  {font-size: 9px; text-decoration:none; color: #FFFFFF; }




.hdr3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; }
	
	
.title01 { color:ffffff; font-size:14px; font-weight:bold; }

.title02 { color:ffffff; font-size:16px; font-weight:bold; }

.title03 {font-size: 18px; color: #CCCCCC; font-weight: bold; }

.title04 { 	font-size: 18px; color: #000000; font-weight: bold; }

.title05 { 	font-size: 24px; color: #779977; font-weight: bold; }

.title06 { 	font-size: 18px; color: #000066; font-weight: bold; }

.text03 {font-size: 14px; color: #000000;}

.text01 { color: #FFFFff;}

.text02 {font-size: 14px; color: #FFFFCC;}



.text04 {
	color: #000066;  
	font-family: Tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	}

.text05 {	font-size: 16px; color: #ffffff;}





.brainee {color: #000000; font-size:10px; }

.red77 { color: #FF0000}




	
.top12 {
	color:#990000; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; 
	}
	
	
