body {
	background-attachment: fixed;
	background-color: #00709E;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
.main {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #003366}
.footerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;

}
.mainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	font-weight: bold;

}
.mainLgBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #003366;
	font-weight: bold;
}
.mainBoldOrange {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC6600;
	font-weight: bold;
}
.mainLgBoldOrange {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #CC6600;
	font-weight: bold;
}
.mainItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	font-style: italic;

}
.mainItalicOrange {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC6600;
	font-style: italic;
}

