body {
	background-repeat: repeat-x;
	background-image: url(images/bg.gif);
	margin: 0px;
}
a:link {
	color: #FFF799;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #22465E;
	text-decoration:none;
}
.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;



}
.information {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.infotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}
.infotitleNOunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.contenttext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	font-weight: normal;
}
.contenttext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	font-weight: bold;
