body,td,th {
	font-family: Calibri, Calibri Light;
	font-size: 18px;
	color: #194f82;
}
body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
}
a:link {
	color: #009966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #009966;
}


.ab:link {
	color: #194f82;
	text-decoration: none;
}
.ab:visited {
	text-decoration: none;
	color: #194f82;
}
.ab:hover {
	text-decoration: none;
	color: #009966;
}
.ab:active {
	text-decoration: none;
	color: #194f82;
}


h1 {
	font-size: 30px;
	color: #194f82;
}
h2 {
	font-size: 24px;
	color: #194F82;
}
h3 {
	font-size: 24px;
	color: #009933;
}

.aa:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	     transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


.aa:visited {
	text-decoration: none;
	color: white;
		font-weight: bold;
			opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	     transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


.aa:hover {
	text-decoration: none;
	color:#99CC00;
			font-weight: bold;
			opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	     transition: opacity .55s ease-in-out;
   -moz-transition: opacity .55s ease-in-out;
   -webkit-transition: opacity .55s ease-in-out;
}


.aa:active {
	text-decoration: none;
	color: white;
		font-weight: bold;
			opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	     transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.size12 {	font-size: 12px; }
.size14 {	font-size: 14px; }
.size16 {	font-size: 16px; }
.size21 {	font-size: 21px; }
.size24 {	font-size: 24px; }
.size28 {	font-size: 28px; }
.size32 {	font-size: 32px; }
.size36 {	font-size: 36px; }
.size40 {	font-size: 40px; }
.size45 {	font-size: 45px; }
.size48 {	font-size: 48px; }
.size50 {	font-size: 50px; }
.size55 {	font-size: 55px; }
.size255 {	font-size: 255px; }


.blue {color:#00CCFF;}
.black {color: black}

.white {color: white}

#Layer1 {
	position:absolute;
	left:0px;
	top:112px;
	width:100%;
	height:125px;
	z-index:1;
	visibility: hidden;
}
