body {
	margin: 0;
	background-color: #3d3f42;
	color: #dce2e7;
	}

#top {
	margin: 0 auto 0 auto;
	background-color: #3d3f42;
	width: 860px;
	}
	
a:link, a:visited, a:active, a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 10.5px;
	text-decoration: none;
	color: #888;
	}
	
a:hover {
	color: #aaa;
	text-decoration: underline;
	}

.text { 
	margin: 20px 0 20px 0;
	font-size: 12px;
	line-height: 16px; 
	font-family: Helvetica, sans-serif;
	text-align: justify;
	}
	
.textL { 
	margin: 0 0 20px 57px;
	font-size: 12px;
	line-height: 16px; 
	font-family: Helvetica, sans-serif;
	text-align: justify;
	}
	
#main {
	margin: 0 auto 0 auto;
	background-color: #516c88;
	background-image: url(images/table-bg.jpg);
	background-repeat: repeat-y;
	width: 860px;
	}
	
#bottom {
	margin: 0 auto 35px auto;
	background-color: #3d3f42;
	width: 860px;
	}
	
a:link.biglink, a:visited.biglink, a:active.biglink, a:hover.biglink {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px; 
	text-decoration: none;
	font-weight: bold;
	color: #dce2e7;
	}
	
a:hover.biglink {
	color: #fff;
	text-decoration: underline;
	}
	
.index-title {
	margin: 0 0 20px 0;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.5px;
	font-size: 10pt;
	color: #dce2e7;
	}
