.bground {
	background-image: url(Images/logo.jpg);
}
.leftNavBG {
	background-image: url(Images/topLeftNav.jpg);
}
.bottomleftNavBG {
	background-image: url(Images/bottomLeftNav.jpg);
}
.bottomBorder {
	background-image: url(Images/bottomBorder.jpg);
}
a.leftNavLink:link {
	text-decoration: none;
	color: #333333;

}
a.leftNavLink:visited {
	text-decoration: none;
	color: #333333;

}
a.leftNavLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.leftNavLink:active {
	text-decoration: none;
	color: #333333;

}
a.bottomLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomLink:active {
	color: #FFFFFF;
	text-decoration: none;
}
.box {
	border: thin solid #FFFFFF;
}
.aboutPIC {
	background-image: url(Images/about_PIC.jpg);
}
.faqPIC {
	background-image: url(Images/faq.jpg);
}
.input {
background-color: #D8D8D8;
color: #333333;
font-family: verdana;
font-size: 9pt
}

