.SWC-CSS {
	font-family: Calibri;
}
.MainHeader {
	font-family: Calibri;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #6B9CFF;
}
.MainText {
	font-family: Calibri;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
.MainTextBold {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
SmallLinkBold {
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.MainTextWhite {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.Italics-Bold {
	font-family: Calibri;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
}
.background-gradient {
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-y;
}
.background-header {
	background-image: url(../images/header-1.png);
	background-position: center top;
}

