	.tab
	{
	float: left;
	display: block;
	background-color: #007b00; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	font-family: arial; 
	font-size: 13px; 
	padding: 5px; 
	border: 1px solid #000; 
	margin: 5px 0 0 0;
	width: 180px;
	text-decoration: none;
	}
	.tab:hover
	{
	background-color: #ef6622;
	}
	
	.tab_first
	{
	float: left;
	display: block;	
	background-color: #007b00; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	font-family: arial; 
	font-size: 13px; 
	padding: 5px; 
	border: 1px solid #000; 
	margin: 20px 0 0 0;
	width: 180px;
	text-decoration: none;
	}
	.tab_first:hover
	{
	background-color: #ef6622;
	}
	
	.tab_selected
	{
	float: left;
	display: block;	
	background-color: #ef6622; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	font-family: arial; 
	font-size: 13px; 
	padding: 5px; 
	border: 1px solid #000; 
	margin: 5px 0 0 0;
	width: 180px;
	text-decoration: none;
	}
	
	.footer
	{
	background-color: #007b00;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	margin-top: 5px;
	padding-top: 5px;
	}

