/*
//===========================================================
//	Created By the Learning Trust - Webteam 
//	
//===========================================================
*/


body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}


/*
//===========================================================
//	Increase table width to 100% 
//===========================================================
*/

.table_width {
	width: 100%;
}

/*
//===========================================================
//	Hide sections of site 
//===========================================================
*/

.hide_section {
	display: none;
}

/*
//===========================================================
//	Show the text version of the Navigation 
//===========================================================
*/

.text_nav {

	display: block;

}

/*
//===========================================================
//	Hide img tags 
//===========================================================
*/

img {
	display: none;
}

.footer {
	margin: 0px;
	padding: 5px;
	spacing: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5555555;
}

