.side-bg {
	background-image: url(images/side-bg.jpg);
	background-repeat: no-repeat;
}
.bottom-bg {
	background-image: url(images/bottom-bar.jpg);
}
.border {
	border: 1px solid #AFBCC7;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #052B42;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1011E;
	text-decoration: none;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #052B42;
	text-decoration: none;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1011E;
	text-decoration: none;
}
.side {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topnav {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.topnav:hover {
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #FF0000;
	text-decoration: none;
}
.red {
	color: #FF0000;
	text-decoration: none;
}
.red:hover {
	color: #FF0000;
	text-decoration: underline;
}
.black {
	color: #000000;
	text-decoration: none;
}
.black:hover {
	color: #FF0000;
	text-decoration: underline;
}
