/* CSS Document */

.big {
	font-family: "Capitals, Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dddddd;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: .25mm;
}
.aqsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	letter-spacing: .25mm;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #666666;
}
a.menu:hover {
	text-decoration: none;
	color: #eeeeee;
}
a.menu:active {
	text-decoration: none;
	color: #666666;
}
a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: .5mm;
}
a.copy:visited {
	text-decoration: none;
	color: #999999;
}
a.copy:hover {
	text-decoration: none;
	color: #eeeeee;
}
a.copy:active {
	text-decoration: none;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #eeeeee;
}
a:active {
	text-decoration: none;
	color: #999999;
}
img.left {
	margin-right: 15px;
	margin-bottom: 10px;
	border: solid #444444 1px;	
}