body
	{
background-color: black;
color: black;
margin: 0px;
	}
td
	{
font-family: courier new,courier;
font-size: 14px;
	}
#content_center
	{
position: absolute;
top: 0px;
left: 50%;
margin-left: -384px;
width: 769px;
height: 100%;
	}
#table_main
	{
position: absolute;
width: 750px;
height: 100%;
	}
#menu_content
	{
position: absolute;
/*left: 430px;*/
right: 10px; 
top: 133px;
	}
	
	#menu_content ul	{
		margin: 0; 
		padding: 0 0 0 10px; 
	}
	
		#menu_content ul li	{
			display: inline; 
			list-style: none; 
			margin: 0 20px; 
			padding: 0; 
		}
		
			#menu_content ul li a	{
				font-family: "Trebuchet MS", Geneva; 
				font-size: 15px; 
				font-weight: bold; 
				color: #fff; 
				text-decoration: underline; 
			}
			#menu_content ul li a:hover, #menu_content ul li.active a	{
				color: #e2ba94; 
			}
	
.menu_item
	{
font-family: Trebuchet MS, Geneva;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
width: 80px;
	}
.menu_item2
	{
font-family: Trebuchet MS, Geneva;
font-size: 15px;
color: #E2BA94;
font-weight: bold;
width: 80px;
	}
#border_bottom
	{
background-image: url(/images/75/borderbottomgrey.gif);
	}
#border_top
	{
background-image: url(/images/76/bordertopgrey.gif);
	}
#td_content
	{
background-color: #C0C0C0;
	}
/* TinyMCE specific rules */
body.mceContentBody 
{
	background-color: transparent;
	font-family: courier new,courier;
	font-size: 14px;
}
.mceContentBody td
{
	font-size: 12px;
}

.mceContentBody a 
{
   color: black !important;
   text-decoration: none !important;
   font-weight: bold !important;


}
/* TinyMCE specific rules */
.mceContentBody a { 
				font-family: "Trebuchet MS", Geneva !important; 
				font-size: 15px !important; 
				font-weight: bold !important; 
				color: #fff !important; 
				text-decoration: underline !important; 
			 }
.mceContentBody { background: transparent; text-align: left; }