body {
	margin: 0;
	background-color: #1f2021;
	color: #dee3e8;
	}
	
a:link, a:visited, a:active, a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #666;
	}
	
a:hover {
	color: #888;
	text-decoration: underline;
	}

.text, .text2 { 
	font-size: 12px;
	line-height: 16px; 
	font-family: Helvetica, sans-serif;
	text-align: justify;
	letter-spacing: 0.025em;
	}
	
.text:first-letter, .text2:first-letter {
	font-size: 22px;
	font-family: Georgia, Times, serif;
	}
	
.text2 { 
	margin: 4px;
	}
	
#main {
	margin: 0 auto 0 auto;
	background-color: #6d869f;
	background-image: url(images/table-bg.jpg);
	width: 842px;
	}
	
#logos {
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 0;
	background-color: #4d6a85;
	background-image: url(images/blue.jpg);
	width: 842px;
	}
	
#bottom {
	margin: 0 auto 35px auto;
	background-color: #1f2021;
	width: 842px;
	}