	TABLE2 			{
	color: #314535;
	text-decoration: underline;
	padding-bottom : 5px;
	font-family : Arial, Helvetica, sans-serif;
}	
A 			{
	color: #314535;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
}
	A:link		{ color: #314535; 
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	}
	A:visited	{
	color: #314535;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
}
	A:active	{ color: #ABAD95;  }
	A:hover		{ color: #ABAD95;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#content {
		position:absolute;
		background:#FFF;
		margin-right:20px;
		margin-left:225px;
		margin-bottom:20px;
		border:1px solid #FFF;
		width: 70%;
		}

	#container {
		background:#FFF;
		border:1px solid #FFF;		
		}

	.title	{
		font-family: palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #666;
		}			

	#menu {
  		margin-bottom:15px;
		background:#FFF;
		text-align:center;
		}		

	.date	{ 
		font-family:palatino, georgia, times new roman, serif; 
		font-size: large; 
		color: #333; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		}
		
