/* Background colours */

body {background-color:#ffffff;}
#whole_page {background-color:#00ff00;}
#header,  #main, #footer, #header_lhs, #header_rhs, #header_mid, #footer_mid, #footer_lhs, #footer_rhs,
#header_link_ads, #google_ads, #buttons, #affiliates {background-color:#00ff00;}

body, #whole_page,  #google_ads, #header, #header_link_ads, #header_lhs, #header_rhs, #header_mid, 
#main, #buttons, #footer, #footer_mid, #footer_lhs, #footer_rhs, #affiliates
{
/* 	border-width:	thin;
   	border-style:	solid; 
  	border-color: 	#f05050;
*/
}

.th_c
{
	table-layout:inherit;
	text-align:center;
	font-size: 90%;
	color:#555555;
	text-align:center;
}


.inner_table
{
	border-style:outset;
	border-color:#33FF00;
	margin: 1em;
	padding: 1em;
	
	font-size:95%;
	color:#666666;
}

.inner_table_c
{
	table-layout:inherit;
	text-align:center;
	margin: 1em;
	padding: 1em;
	
}

.textbox1
{
	font-size: 75%;
	color:#555555;
	text-align:left;
	border-bottom-style:solid;
	border-width:thin;
}



