﻿.border {
	border: 1px solid #7992AE;
}
.horizontalbar {
	color: #7992AE;
}
A:link {
	text-decoration: none;
	color: #7992AE;
}
A:visited {
	text-decoration: none;
	color: #966118;
}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

.LargeGrey {
	font-family: Arial;
	font-size: 24pt;
	font-weight: normal;
	color: #B4B4B4;
}
.center {
	text-align: center;
}
.FontNormal {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
.FontBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
