.mainbackground {
	background-color: #6DA2D8;
	margin: 0;
}
.background {
	background-attachment: fixed;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.purplebackground {
	background-color: #383A80;
}
.whitebackground {
	background-color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.RedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #B5010A;
	text-decoration: none;
	background-color: #FFFFFF;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.boldtext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #B5010A;
	text-decoration: none;
	background-color: #FFFFFF;
}
.boldtext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #B5010A;
	text-decoration: none;
	background-color: #FFFFFF;
}
.boldtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #B5010A;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.linktext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #6DA2D8;
}
.linktext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #6DA2D8;
}
.linktext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #6DA2D8;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F5D101;
	text-decoration: none;

}
.menutext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F5D101;
	text-decoration: none;

}
.menutext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F5D101;
	text-decoration: none;

}
.menutext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F5D101;
	text-decoration: underline;

}
