/* CSS Document */

.toplinks {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.toplinks:link {
	color: #FFFFFF;
	text-decoration: none;
}
.toplinks:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.toplinks:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.toplinks:active {
	text-decoration: none;
}


.toplink_seperator {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

.enterlink {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}
.enterlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.enterlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.enterlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.enterlink:active {
	text-decoration: none;
}

.footerlinks {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2D4C80;
	padding-left: 10px;
	padding-right: 10px;
}
.footerlinks:link {
	color: #2D4C80;
	text-decoration: none;
}
.footerlinks:visited {
	text-decoration: none;
	color: #2D4C80;
}
.footerlinks:hover {
	text-decoration: underline;
	color: #2D4C80;
}
.footerlinks:active {
	text-decoration: none;
}

.footerlink_seperator {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2D4C80;
}

.heading {
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #95C7E7;
}

.subheading {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BE129C;
	padding-left:20px;
}

.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D4C80;
}

.paneltext {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

.bullets {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.homepagetitle {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}