body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.leftLine {
	background-image: url(images/Line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	right: 12px;
}
.rightLine {
	background-image: url(images/Line.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73AAD7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
}
.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73AAD7;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #397AD2;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #397AD2;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #397AD2;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #275EA7;
	text-decoration: none;
}
