@charset "UTF-8";
.ButtonBar {
	background-color: #EFF3F6;
}
.Link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003492;
	text-decoration: none;
}
.Link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003492;
	text-decoration: underline;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	color: #3A3A3A;
}
.RegularText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #656666;
	line-height: 25px;
}
.SubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
}
.LargeBlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
}
.Borders {
	border: thin solid #B5B9C2;
	font-family: Arial, Helvetica, sans-serif;
}
.RedHeading {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D53923;
}
.BorderBottom {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B5B9C2;
	border-right-color: #B5B9C2;
	border-bottom-color: #B5B9C2;
	border-left-color: #B5B9C2;
}
.HomeMainText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 30px;
}
