
body{
	background-color: white;//#E9E9E9;//#DBDBDB; //#C5FED3;
}

//td.text{
//color: white;

}

td.linkscell{
	//background-color: #FFFFCC;
	background-color: white;

}


td.links2{
	background-color: #C5FED3;
	}
	
td.logo{
	background-color: #000000;
	}

table.table1{
	cellpadding="0";
		}




	
#table5{
	background-color: #99CC99;
	}


table.show{
	background-color: #E0E0E0; //#BFBFBF;//ADADAD;
	 

	width: 575px; 
	table-border: 1px; 
	cell-padding: 20px; 
	//border-spacing: 10px;
	/*cellspacing: 10px; this can work only inside <table ...> for IE, 
											above works with Mozilla */

	
	}
	
	table.show2{
	background-color: #E0E0E0; //#BFBFBF;//ADADAD; 

	width: 575px; 
	table-border: 1px; 
	//cell-padding: 20px; 
	//border-spacing: 10px;
	/*cellspacing: 10px; this can work only inside <table ...> for IE, 
											above works with Mozilla */

	
	}

	
table.showguest{
	background-color: #E0E0E0; //#BFBFBF;//ADADAD; 

	width: 575px; 
	table-border: 1px; 
	cell-padding: 20px; 
	//border-spacing: 10px;
	/*cellspacing: 10px; this can work only inside <table ...> for IE, 
											above works with Mozilla */

	}
	
	
table.showtitle{
	//background-color: #E0E0E0; //#BFBFBF;//ADADAD:images/lc/title_bg.jpg; 
	background-image: url('images/lc/title_bg.jpg');
	width: 150px;
	height: 30px; 
	table-border: 1px; 
	cell-padding: 20px

	}


	
	
	table.table6{
	background-color: #99CC99;
	}
	
td.showname{
	background-color: #FFCC99;
	width: 150px; 
	text-align: left;
	nowrap;
	}
	
td.showmessage{
	background-color: #FFCC99;
	width: 425px; 
	text-align: left;
	nowrap
	}







div#menuPane{
	position: absolute;
	top: 10px;
	left: 2%;
	width: 98%;
}

div.menu {
	display: inline;
	float: left;
	margin-left: 1%;
	padding: 0;
	border: 2px solid #003961;
	background = "white"
}

div.menu a {
	display: inline;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding: 2px 5px;
	color: black;
	border-top: 1px solid black;
}

div.menu a:link{
	background: #31AAFF;
}

div.menu a:visited{
	background: #31AAFF;
}
div.menu a:hover{
	background: #0078CC;
}

div.menu h4{ 
	text-align: right;
	padding: 2px;
	margin: 0px;
}
div#content{
	position: absolute;
	left: 10%;
	top: 135px;
	width: 80%;
	border: 2px double #003961;
	background-color: #66A5D1;
	padding: 2px;
}

div#content h3{
	background-color: #7FCAFF;
	text-align: left;
	display: block;
	letter-spacing: -1px;
	color: #003961;
	padding: 2px;
}

div#content a:link{
	background: #31AAFF;
	color: black;
	letter-spacing: 1px;
}

div#content a:visited{
	background: #31AAFF;
	color: black;
	letter-spacing: 1px;
}

div#content a:hover{
	background: #0078CC;
	color: black;
	letter-spacing: 1px;
}