.FooterText {
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.HeadingText {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0px 5px;
}

.SpecialHeadingText {
	font-size: 58px;
	font-weight: normal;
	padding: 10px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.SpecialText1 {
	text-align: justify;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.SmallText {
	font-size: 10px;
}
.MenuLinks {
	line-height: 120%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyText {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.BigBodyText {
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.BoldBigBodyText {
	font-size: 15px;
	font-weight: bold;
}

.SmallHeadingText {
	font-size: 17px;
	font-weight: bold;
}

.UnBulletedList {
	list-style: none;
}

.AlphaList {
	list-style:lower-alpha;
}

.BulletList {
	list-style: disc;
}

a:link {
	font-weight: bold;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}

body {
	background-image: url(images/background1.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.TagLinks {
	
	font: smaller;
}