@charset "UTF-8";
a:link {
	color: #0c75c8;
}
a:visited {
	color: #0c75c8;
}
a:hover {
	color: #0c75c8;
}
a:active {
	color: #0c75c8;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(clouds.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0c75c8;
}
.pattern {
	background-attachment: scroll;
	background-image: url(pattern.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

