body {
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#3495CA;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	background-image: url('images/background.jpg');
	background-color: transparent;
	font-size: 16px;
}
P {
	font-family: Arial, "Helvetica", Verdana, Tahoma, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #D30C5C;
	line-height: 1.3em;
}
.content {
	padding: 0 10 0 40;
	background: url('images/textarea.jpg');
	vertical-align: top;
}

.pagetitle {
	font-family: Arial, "Helvetica", Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	color: #D35789;
	font-weight: bold;
}
.footer {
	font-family: Arial, "Helvetica", Verdana, Tahoma, sans-serif;
	font-size: 0.70em;
	color: #216D9A;
	text-align: center;
}
a:link.footer, a:active.footer, a:visited.footer {
	font-size: 100%;
	color: #216D9A;
	text-decoration: none;
}
a:hover.footer {
	font-size: 100%;
	color: #D30C5C;
	text-decoration: underline;

}