body {
	background-repeat: repeat-y;
	background-attachment: scroll;
   background-color: #5154db;
   background-image: url("background.jpg");
}
iframe {
	background-color: transparent;
}
a:link {
	text-decoration: none;
   color: black;
}
a:visited {
	text-decoration: none;
   color: black;
}
a:hover {
	text-decoration: none;
	color: #5154db;
	font-weight: bold;
}
a:active {
	text-decoration: none;
   color: black;
}

.menutext {
	color: #000000;
	background-color: #dcdcdc;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.headertext {
	font-weight: bold;
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
   color: #83A489;
}

.largeheadertext {
	font-weight: bold;
	font-size: 32pt;
	font-family: arial, helvetica, sans-serif;
   color: #FFFFFF;
}

.normaltext {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

.fancytext {
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}


