	body, html {
		background:#ffffff;
		font-family: 'Times New Roman';
		color: #a9a9a9;
		height: 100%;
	}
	
	.logo {
        font-size: 30px;
		letter-spacing: 1em;
		color: #000000;
		text-align: center;
		width: 100%;
	}
	
	a:link{
		color: #a9a9a9;
		text-decoration: none;
	}	
	
	
	a:visited{
		color: #a9a9a9;
		text-decoration: none;
	}		
	
	a:hover{
		color: #000000;
	}	
	
	.content_wrap
	{
		position: relative;
		width: 1200px;
		margin: auto;
		height: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 5px;
	}
	
	#footer{
		height: 50px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		font-size: 11px;
	}
	
ul, li{border:0; margin:0; padding:0; list-style:none;}
.tab{
	font-size: 14pt;
	text-transform: lowercase;
	text-align: center;
}

	