body {
	background-color:#99bbff;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	color:#000000;
}
a {
	font-family:sans-serif;
	color:#003399;
	border-bottom: thin dotted #003399;
	text-decoration:none;
}
a.noborder {
	border-bottom: none;
}
a:visited {
	color:#003399;
}
a:hover {
	color:#003399;
}

td.body {
	font-family:Georgia,;
	font-size: 20px;
}

span.title {
	position:relative;
	top:14px;
	font-weight: bold;
	font-family:sans-serif;
	font-size: 48px;
	color:#003399;
}

.firstbigletter {
	font-family:Georgia,;
	color:#003399;
	font-size:36px;
	font-weight:normal;
	line-height:80%;
}

.opaque {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}