body{
	font-family: Century Gothic;
	color: #424B54;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.blueText{
	font-family: "Century Gothic";
	color: #111962;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}
.blueHeader{
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 1.95em;
	letter-spacing: -0.08em;
	background-color: #111962;
}
.bigWatermark{
	/*background-attachment: fixed;*/
	background-image: url('../images/watermark_pages.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.greyHeader {
	font-weight: bold;
	color: #333333;
	font-size: 25px;
}
a:link, a:visited, a:active{
	color:#009900;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
