@charset "UTF-8";
/* CSS Document */

body {
	background-color: #6699CC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.captions {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}
a:link {
	color: #CCFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #333333;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #333333;
}

