	a:link		{ color: #5e6e7d; text-decoration: none; } 
	a:visited	{ color: #5e6e7d; text-decoration: none; } 
	a:hover		{ color: #b4b4b4; text-decoration: none; } 
	
	
	body {
		margin: 0px;
		padding: 0px;
	}

	.foot {
		font-family: sans-serif;
		font-size: 11px;
		color: #828282;
	}

	.hd {
		font-family: sans-serif;
		font-size: 14px;
		color: #4d4d4d;
		font-weight: bold;
	}
	
	.title {
	    font-family: sans-serif;
		font-size: 13px;
		color: #4d4d4d;
		
	}
	
    .utitle {
	    font-family: sans-serif;
		font-size: 12px;
		color: #4d4d4d;
		
	}

	.copy{
		font-family: sans-serif;
		font-size: 12px;
		color: #5e5e5e;
	}
	
	.copy a{
		font-family: sans-serif;
		font-size: 11px;
		color: #0c4c7d;
		text-decoration: none;
		font: bold;
	}

	.copy a:hover{
		font-family: sans-serif;
		font-size: 11px;
		color: #7d0c0c;
		text-decoration: none;
		font: bold;
	}
	
	.copy a:visited{
		font-family: sans-serif;
		font-size: 11px;
		color: #0c4c7d;
		text-decoration: none;
		font: bold;
	}
	
	.innertube3{
		margin: 18px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: 0;
	}
