.hai {
	background-color : #ffffff;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight: bold;
}
.small {font-size : smaller;}
body.index {
	background-color : #ffffff;
	background-image : url(svcsbg.gif);
	background-position: 50% 150px; /* first value is the x value, second is y */
	background-repeat : no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
}
body.service {
	background-color : #ffffff;
	background-image : url(svcsbg.gif);
	background-position : 400px 100px; /* first value is the x value, second is y */
	background-repeat : no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 10px;
}
body.who {
	background-color : #daeefe;
	background-image : url(whobg.gif);
	background-position: -250px 200px; /* first value is the x value, second is y */
	background-repeat : no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
em,i {font-style : italic;}
h1 {
	background-color: transparent;
	color: #333399;
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: 60px;
}
h2 {
	background-color: transparent;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	background-color: transparent;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
}
p.brand {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
strong,b {font-weight : bold;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
th {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
/* the following are for the index page buttons */
#indexlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#indexlinks ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#indexlinks li a {
	color: #000;
	background-color: #fff;
	border: 1px outset #000;
	padding: 8px;
	text-decoration: none;
	display: inline;
}
#indexlinks li a:hover {
	color: #000;
	background-color: #daeefe;
}
