<!--
body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    background-image: url('images/splash_bg.jpg');
	background-repeat: repeat-x;
	background-color: #9ACEFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

a:link				{ text-decoration: underline; color: #000000; font-size: 10px; }
a:visited			{ text-decoration: underline; color: #000000; font-size: 10px; }
a:hover				{ text-decoration: underline; color: #000000; font-size: 10px; }

a.enter:link		{ text-decoration: underline; color: #333333; font-size: 16px; font-weight: bold; }
a.enter:visited		{ text-decoration: underline; color: #333333; font-size: 16px; font-weight: bold; }
a.enter:hover		{ text-decoration: underline; color: #333333; font-size: 16px; font-weight: bold; }

a.footlink:link		{ text-decoration: none; color: #4F84B5; font-size: 10px; line-height: 15px; }
a.footlink:visited	{ text-decoration: none; color: #4F84B5; font-size: 10px; line-height: 15px; }
a.footlink:hover	{ text-decoration: none; color: #000000; font-size: 10px; line-height: 15px; }

p					{ color: #000000; font-size: 11px; }
td					{ color: #000000; font-size: 11px; }
h1					{ color: #333333; font-size: 16px; font-weight: bold; margin-top: 0px; margin-bottom: 10px; padding-bottom: 0px; }

.intro				{ color: #4C4C4C; font-size: 13px; line-height: 22px; text-align: justify; }
.calltoaction		{ color: #F85093; font-size: 21px; font-weight: bold; letter-spacing: -0.80px; }
.footer				{ color: #4F84B5; font-size: 10px; line-height: 10px; line-height: 15px; }
-->