
	body, td, div, form, input, textarea, select
	{
		font-family: arial;
		font-size: 11px;
		text-align: left;
	}
	body
	{
		background: #fff;
		color: #000;
	}
			
	form
	{
		padding: 0px; margin: 0px;
	}
	
	th
	{
		font-family: arial narrow, arial;
		font-size: 11px;
		text-transform: lowercase;
		font-weight: bold;
		background: #eee;
	}
	
	.head
	{
		font-family: arial narrow, arial;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
		border-bottom: 1px solid #e20;
	}
	
	/*
	-------------- backgrounds -----------
	*/
	
	.dark_background
	{
		background: #AD8B66;
		color: #fff;
	}		
	
	/*
	-------------- for lists -------------
	*/
	
	.list_switch_light_1
	{
		background: #e0e0e0;
		color: #555;
	}
	.list_switch_light_2
	{
		background: #eaeaea;
		color: #444;
	}
	
	.list_switch_medium_1
	{
		background: #d0d0d0;
		color: #333;
	}
	
	.list_switch_medium_2
	{
		background: #dadada;
		color: #333;
	}	
	
	.list_switch_dark_1
	{
		background: #666;
		color: #111;
	}
	
	.list_switch_dark_2
	{
		background: #6f6f6f;
		color: #111;
	}
	
	.list
	{	
		background: #ddd;		
	}
	
	.list_selected
	{	
		background: #fa5;		
	}
	
	a:link, a:visited, a:active
	{
		color: #a00;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover
	{
		color: #f20;
		font-weight: bold;
		text-decoration: none;
	}
	
	.input_button
	{
		text-align: center;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		background: #ddd;
		color: #333;
		font-weight: bold;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	
	.input_text
	{
		border-top: 1px solid #888;
		border-left: 1px solid #888;
		background: #fff;
		color: #333;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}