body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	background-image: url(_graphics/bg2_vert.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #747caa;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.blue_text {
	color: #747CAA;
}
.upper_bg {
	background-image: url(_graphics/upper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.lower_bg {
	background-image: url(_graphics/lower_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	color: #747CAA;
}
a:visited {
	color: #747CAA;
}
a:hover {
	color: #B25193;
	text-decoration: none;
}

