/*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:#FFFFFF;
		border: solid #CCCCFF;
	}	
.normal
	{
		width: 10%;
		background: #CCCCFF;
		color: #99CCCC;
	}
.highlight
	{
		width: 10%;
		background: #99CCCC;
		color: #CCCCFF;
	}
.link
	{
		color: #000000;
	}
.link:hover
	{
		color: #003366;
	}	
.td_header
{
	background-color : #CCCCFF;
}	
