body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #D5F1F5;
	background-image: url(_graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}
a:link {
	color: #5A842E;
}
a:visited {
	color: #5A842E;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF7417;
}
h1 {
	color: #FF6600;
	font-size: 24px;
}
h2 {
	color: #006633;
	font-size: 18px;
}
h3 {
	color: #FF9966;
	font-size: 16px;
}
