.border {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2B3F7A;
	border-right-color: #2B3F7A;
	border-bottom-color: #2B3F7A;
	border-left-color: #2B3F7A;
}
.borderbottom {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2B3F7A;
	border-right-color: #2B3F7A;
	border-bottom-color: #2B3F7A;
	border-left-color: #2B3F7A;
}
.leftborder {
	border-left: 4px solid #8F92B6;
}
.blueleftborder {
	border-left: 4px solid #2B3F7A;
}
h1 {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #8F92B6;
}
p {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #2B3F7A;
}
.bullettext {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2B3F7A;
}
.uppercasetext {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2B3F7A;
	text-transform: uppercase;
}
.uppercasetextsmall {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2B3F7A;
	text-transform: uppercase;
}
a.one {
	font-family: Gill Sans MT, Arial, Times New Roman, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #2B3F7A;
}
a.one:link {
	text-decoration: none;
}
a.one:visited {	text-decoration: none;
	color: #2B3F7A;
}
a.one:hover {
	text-decoration: underline;
	color: #2B3F7A;
}
a.one:active {
	text-decoration: none;
	color: #2B3F7A;
}
.lowercasetext {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2B3F7A;
}
a.two {
	font-family: "Gill Sans MT", Arial, "Times New Roman", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2B3F7A;
	text-transform: uppercase;
}
a.two:link {
	text-decoration: none;
}
a.two:visited {	text-decoration: none;
	color: #2B3F7A;
}
a.two:hover {
	text-decoration: underline;
	color: #2B3F7A;
}
a.two:active {
	text-decoration: none;
	color: #2B3F7A;
}
