@charset "utf-8";
/* CSS Document */

.side1 {
	background-image: url(../images/side-line.jpg);
	background-repeat: repeat-y;
}
.text-black {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blue-link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0C94EA;
	text-decoration: underline;
}
.footer-line {
	background-image: url(../images/footer-line.jpg);
}
.footer-link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer-link:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.footer-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.blue-link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0C94EA;
	text-decoration: none;
}
.green-link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8CBF1A;
	text-decoration: underline;
}
.green-link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8CBF1A;
	text-decoration: none;
}
