@charset "utf-8";
.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}
.line {
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
body {
	background-image: url(images/bg-tall.jpg);
	background-repeat: repeat;
}
.yellow {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F5D80C;
}
h3 {
	color: #00529E;
}
h2 {
	color: #00A6B6;
}
hr {
	border: 1px solid #999999;
}
.hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
