body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
a	{
	color: #009966;
	}


.mainNavlink	{
				color: #000000;
				font-weight: bold;
				}
				
.mainNavlink:link	{
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					}
					
.mainNavlink:visited	{
						color: #000000;
						font-weight: bold;						
						text-decoration: none;
						}

.mainNavlink:hover	{
					color:#000000;
					font-weight: bold;
					text-decoration: underline;
					}

.mainNavlink:active	{
					color:#000000;
					font-weight: bold;
					text-decoration: none
					}
					
.footer	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		}

.footerBold	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			}

.footerLink {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #009966;
			}

.footerLink:link	{
					color: #009966;
					text-decoration: underline;
					}

.footerLink:visited	{
					color: #999999;
					text-decoration: underline;
					}

.footerLink:hover	{
					color: #000000;
					text-decoration: underline;
					}

.footerLink:active	{
					color: #009966;
					text-decoration: none;
					}
				
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.bodyBold	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			}
			
.bodyItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.bodyBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}