table, body, td, input, select, textarea
	{
	font-family:	Trebuchet MS, Arial, Helvetica;
	font-size:		13px;
	color:			black;
	vertical-align:	top;
	}
	
body
	{	
	background:					#e3e3e3;
	scrollbar-face-color: 		#c0fba5;
	scrollbar-highlight-color: 	#d9fdc8;
	scrollbar-3dlight-color: 	#d9fdc8;
	scrollbar-darkshadow-color: #d9fdc8;
	scrollbar-shadow-color: 	#d9fdc8;
	scrollbar-arrow-color: 		#c0fba5;
	scrollbar-track-color: 		#d9fdc8;
	}	
	
input, select, textarea
	{
	background:		#fff;
	border:			1px solid #c0fba5;
	}	
	
a
	{
	color: 			#000;
	}

a:hover
	{
	color:			#000;
	text-decoration:underline;
	}	
	
img
	{
	border:			0px;
	}
	
.header
	{
	height:			100px;
	background:		url(_borders/header.gif);
	}
	
.top_menu ul
	{
	margin: 		0;
	padding: 		0;
	list-style-type:none;
	}
	
.top_menu ul li a
	{
	float: 			left;
	padding: 		4px 20px;
	color: 			#000;
	}
.top_menu ul li a:hover
	{
	background: 	#d9fdc8;
	color: 			#000;
	}

.top_menu ul li#active a:active
	{
	background:		#d9fdc8;
	font-weight: 	bold;
	}

.top_menu ul li#active a:hover
	{ 
	background: 	transparent; 
	cursor: 		default;
	}
	
.menu
	{
	width:			140px;
	vertical-align:	top;
	padding:		5px;
	}
	
.menu_link
	{
	font-size:		14px;
	width:			140px;
	}	
	
.content
	{
	width:			100%;
	height:			100%;
	}

.content_top
	{
	background:		url(_borders/content_top.gif) no-repeat right;
	height:			25px;
	}	
	
.content_bottom
	{
	background:		url(_borders/content_bottom.gif) no-repeat right;
	height:			25px;
	}	
		
.content_frame
	{
	margin-left:	5px;
	width:			631px;
	height:			100%;
	}
	
.content_frame_body
	{
	background:		#d9fdc8;
	}
	
.footer
	{
	padding:		5px;
	}	
	
.layout
	{
	border:			1px solid #888;
	background:		#c0fba5;	
	width:			798px;
	height:			100%;
	margin:			0 auto;
	}	
