.compinfo {
	background-image: url(layout/company_info.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	background-image: url(layout/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.white a:link {
	color: #FFFFFF;
	text-decoration: NONE;
	}
.white a:visited {
	color: #FFFFFF;
	text-decoration: NONE;
	}
.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.white a:active {
	color: #FFFFFF;
	text-decoration: NONE;
}

.navlink a:link {
	color: #ffffff;
	font: Verdana;
	text-decoration: NONE;
	}
.navlink a:visited {
	color: #666633;
	text-decoration: NONE;
	}
.navlink a:hover {
	color: #993300;
	text-decoration: underline;
	}
.navlink a:active {
	color: #993300;
	text-decoration: NONE;
}