	td {
			font-family: verdana, helvetica, sans-serif;
			font-size: 11px;
			color: #918C8A;
			
	}

	.content{ 
			text-align: left;
			/*font : 9pt/17pt georgia;*/
			font-family: verdana, helvetica, sans-serif;
			font-size: 11px;
			
			color: #918C8A;
			width: 525px;
			background-color: #0E2626;
			padding: 5px;
			margin-top: 0px;
			border-width: 0px;
			}
	
	.heading { 
			font : 11px georgia;
			font-weight: bold;
			color: white;
			/*background-color: #918C8A;*/
			background-color: #A04040;
			padding: 4px;
	}
	
	a { text-decoration: none;
		color: #C3D3D9;
	}	
	
	hr{
 		color: #f00;
		background-color: #f00;
		height: 5px;
		border: 0px;
	}
	
	body{
		margin-top: 0px;
		margin-bottom: 0px;
		background: url('bg.jpg');
	}
	
	.section_title{
		color: white;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	
	.article{
		margin-bottom: 40px;
		margin-top: 10px;
	}
	
	.summary{
		display: none;
	}