/* CSS Document */
   body, html {
    margin: 5px;
    padding: 0;
   }
   #wrapper {
    width: 800px; /* your wrapper obviously needs a width otherwise it will be 100% */
    margin: 0 auto; /* This is the proper way to center in a standards compliant browser */
   }
   /* This is the IE workaround*/
   body { text-align: center; }
   #wrapper { text-align: left; }

   /*Now to just add some colour to see it in action*/
   body { background: #fff; }
   #wrapper { background: #fff; color: #000; }

A:link {
	color: #333333;
	text-decoration: underline;
}
A:visited {
	color: #333333;	text-decoration: underline;
}
A:active {
	color: #333333;	text-decoration: underline;
}
A:hover {
	color: grey; text-decoration: underline;}


.footer A:link {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: grey;
	text-decoration: none;
}
.footer A:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: grey;	text-decoration: none;
}
.footer A:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: grey;	text-decoration: none;
}
.footer A:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: grey; text-decoration: underline;}
.line {
	border-top: 1px solid #009DDC;
	padding-bottom: 3px;
	padding-top:5px;
width:750px;
}
.lineBottom {
	border-top: 1px solid #009DDC;
	padding-top: 10px;
margin-bottom:-20px;
width:750px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: GREY;
}

.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #333333;
	margin-bottom: 10px;
	text-align:justify;}
.mainText A:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #009DDC;
	margin-bottom: 10px;
}
.mainText A:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #009DDC;
	margin-bottom: 10px;
}
.mainText A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #AFD6F1;
	margin-bottom: 10px;
}
.mainText A:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #009DDC;
	margin-bottom: 10px;
}

.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	color: #009DDC;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -5px;
	padding-right: 5px;
	padding-left: 5px;
}
.intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 130%;
	color: #333333;
	text-align: center;
}
.line2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009ddc;
}
.downloadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: thin solid #000000;
}
.menu {
	text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-bottom:5px solid #FFFFFF;
text-align: center;
	color: 009ddc;
padding-left:20px;
}
.menu a:link {
	text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	border-bottom:5px solid #FFFFFF;
	color: 009ddc;
	}
.menu a:active{
	color: 009ddc;
	text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	border-bottom:5px solid #FFFFFF;
	}
.menu a:visited {
	color: 009ddc;
	text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	border-bottom:5px solid #FFFFFF;
	}
.menu a:hover {
	text-decoration: none;
border-bottom:5px solid #FDFD99;
}
.menuOn {
font-family: Arial, Helvetica, sans-serif;
	color: #AFD6F1;
	font-size: 15px;
border-bottom:5px solid #FFFFFF;
text-align: center;
padding-left:20px;
}
span.first
{
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}

	

