/* CSS Document */
<style type="text/css">
<!--
.PageTitle {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.TitleText {
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.smallText {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
}
.smallTextWht {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFFFFF;
}
.BodyTextWht {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
}
.MenuTextWht {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.MainTitle {
	font-family: "Century Gothic";
	font-size: 42px;
	font-weight: bold;
}
body {
      background-image: url(../images/body-bg.png);
      background-repeat: no-repeat;
      background-height: 100%;
      background-width: 100%;
      background-position: top;
	  background-color:#0C2A4C
    }

-->
</style>
