/*The general style for the page header*/
.page_header
	{
		height: 10%; 
		width: 100%;
		text-align:left;
		/*border: thin solid #00C;*/
	}  
/*The general style for the page footer*/	
.page_footer
	{
		height: 15%;
		width: 100%;
		float:left;
		text-align:center;
		/*border: thin solid #F00;*/
	}   
/*The general style for the page menu*/	
.page_menu
	{
		height: 5%;
		width: 100%;
		float: left;
		/*border: thin solid #F00;*/
	}
/*The general style for the page contents*/	
.page_contents
	{
		width: 100%;
		float: left;
		/*border: thin solid #00C;*/
	}	
.page_style
	{
		height: 5%;
		width: 80%;
		float:left;
		/*border: thin solid #000;*/
	}	
.tableMenu
	{
		height:5%;
		width:80%;
		text-align:center;
	}	
.table_contents
	{
		width:80%;
		background-color:#FFFFCC;
		border: solid #FFCC99;
	}	
.normal
	{
		width: 10%;
		background: #FFCC99;
		color: #993300;
	}
.highlight
	{
		width: 10%;
		background: #993300;
		color: #ffcc99;
	}
.link
	{
		color: #CC6600;
	}
.link:hover
	{
		color: #ffcc99;
	}	
.td_header
{
	background-color : #FFCC99;
}	
