body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color:black;
	text-align: justify;
	}
	
table {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color:black;
	text-align: justify;
	}

small {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	}
	
a {
	color: black;
	text-decoration: underline;
	}
	
a:hover {
	color: #69b7de;
	text-decoration: none;
	}

a:visited {
	color: black;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}
	
.menu {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	}
	
.menu a {
	color: #69b7de;
	text-decoration: none;
	}
	
.menu a:visited {
	color: #69b7de;
	text-decoration: none;
	}
	
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.disclaimer a {
	color: black;
	text-decoration: none;
	}
	
.disclaimer a:hover {
	color: #69b7de;
	text-decoration: none;
	}

.disclaimer a:visited {
	color: black;
	text-decoration: none;
	}