@charset "UTF-8";
a:link {
	color: #d74fa9;
}
a:visited {
	color: #d74fa9;
}
a:hover {
	color: #d74fa9;
}
a:active {
	color: #d74fa9;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #dbdbdb;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:13px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #d74fa9;
	font-size:10px;
}
h4 {font-size:10px;font-weight:100;}
h2 {font-size:14px;}
h3 {font-size:12px;}