/* Generic Selectors */ 
body {
	background: white;
	font-family: Arial, "Century Gothic", sans-serif;
}
a:hover      {
	color: #0000CC;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a            { text-decoration: none }
.style6 {
	font-family: "Kristen ITC";
	font-weight: bold;
}
.style12 {font-family: Arial, Helvetica, sans-serif}
.style14 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style16 {font-size: small}
.style17 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.b2 {
	position: relative;
	left: 15px;
	width: 100%;
}
.b3 {
	position: relative;
	left: 30px;
	width: 100%;
}
.a2 {
	position: relative;
	right: 15px;
	width: 100%;
}
.a3 {
	position: relative;
	right: 30px;
	width: 100%;
}
