/* CSS Document */
body {
background-color:#FFFFFF;
	background-image:url("/resources/images/siteback.jpg");
	background-repeat:no-repeat
	}
	
.titlestyle {
	font-size: 32px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytitlestyle {
	font-size: 16px;
	color: #F16527;
	font-family: Arial;
}

.linktext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.footertext {
	color: #0000CC;
	font-family: Arial;
	font-size: 11px;
}

.cattext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
A.cattext  {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
A.cattext:link {
	color: #000000;
}
A.cattext:visited {
	color: #000000;
}
A.cattext:active {
	color: #000000;
}
A.cattext:hover {
	color: #000099;
	text-decoration:underline;
}

