a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {

	color: #006600;
	text-decoration: none;
}
a:hover {

	color: #006600;
	text-decoration: underline;
}
a:active {

	color: #006600;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFDD;
	font-weight: normal;
}
.footer-bolder {
	font-weight: bolder;
}
body {
	background-attachment: fixed;
	background-color: #FFFFDD;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.justify {
	text-align: justify;
}
.sz12pt {
	font-size: 12pt;
}
.sz14px {
	font-size: 14px;
}
.sz10px {

	font-size: 10px;
}
