.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-right: 5px;
}
body {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E6E6E6;
}
.h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #0000FF;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9900CC;
	font-weight: bold;
}
.link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#339900;
font-weight:bold;
}
.textlink {
	font-family:"Times New Roman", Times, serif;
	color: #000099;
	font-size: 14px;
}
a.turnorange:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration:underline;
}

