/* CSS Document */

a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active {
	color: #6666CC;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #6666CC;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
	
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333399;
	background-color: #FFFFFF;
	text-align: left;
	}
