a:link {
	text-decoration: underline;
	color: #663300;
	}
	
a:active {
	text-decoration: underline;
	color: #663300;
	}

a:visited {
	text-decoration: underline;
	color: #663300;
	}
	
a:hover {
	text-decoration: none;
	}

.bottom-nav {
	color: #663300;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	}

.bottom-nav a:link {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-size: 9pt;
	}
	
.bottom-nav a:active {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-size: 9pt;
	}

.bottom-nav a:visited {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-size: 9pt;
	}
	
.bottom-nav a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
	}
	
td, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
}

.content {
	padding: 10px;
}
	
.skip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.skip a:link {
	text-decoration: underline;
	color: #663300;
	font-size: 9pt;
	}
	
.skip a:active {
	text-decoration: underline;
	color: #663300;
	font-size: 9pt;
	}

.skip a:visited {
	text-decoration: underline;
	color: #663300;
	font-size: 9pt;
	}
	
.skip a:hover {
	text-decoration: none;
	font-size: 9pt;
	}