@charset "UTF-8";
.heading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #0C66A2;
	text-decoration: none;
}
.subheading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #0C66A2;
	text-decoration: none;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
p.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-indent : 10px;
}
.bodytext a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.bodytext a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.bodytext a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.bodytext a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0D74B9;
	text-decoration: underline;
}

.nav-background {
	background-color: #AACDE8;
	-moz-border-radius-bottomright: 25px 50px;
	border-bottom-right-radius: 25px 50px;
	border-top-right-radius: 25px 50px;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.footerbackground {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.textwrap {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bubble-top {
	background-image: url(../images/bubble-top.png);
	background-repeat: no-repeat;
}
.bubble-mid {
	background-image: url(../images/bubble-mid.png);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-left: 40px;
}
.bubble-bottom {
	background-image: url(../images/bubble-bottom.png);
	background-repeat: no-repeat;
}
