body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: #FFFFFF;
	scrollbar-face-color: FFDFA9;
	scrollbar-highlight-color: FFC769;
	scrollbar-3dlight-color: FFF3DE;
	scrollbar-darkshadow-color: EC9B12;
	scrollbar-shadow-color: FFC769;
	scrollbar-arrow-color: EC9B12;
	scrollbar-track-color: FFF1DA;
}


a:link		{
		color: #3E3E3E;
		text-decoration: underline;
		font-weight: bold;
}


a:visited	{
		color: #3E3E3E;
		text-decoration: underline;
		font-weight: bold;
}


a:hover		{
		color: #980000;
		text-decoration: underline overline;
		font-weight: bold;
}


.introHeading	{
		color: #504A3D;
		font-family: Arial, Helvetica;
		font-size: 14;
		font-weight: bold;
}


.introText	{
		color: #504A3D;
		font-family: Arial, Helvetica;
		font-size: 12;
}


.panelHeading	{
		color: #504A3D;
		font-family: Arial, Helvetica;
		font-size: 14;
		font-weight: bold;
}


.panelText	{
		color: #504A3D;
		font-family: Arial, Helvetica;
		font-size: 11;
}

