body {
	background-image: url(images/background2.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #30398e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 100%;
	background-color: #000066;

}

 a {
	color: #0099FF;
	text-decoration: none;

}
a:hover {
	
	color: #0099FF;
	text-decoration: underline;
}
p {
	color: #0066CC;
	margin-left: 20px;
	margin-right: 20px;
}
address {
	font-size: small;
	color: #0066CC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
}
.header a {
	color: #0099FF;
	text-decoration: none;
}
.header a:hover {
	
	color: #0099FF;
	text-decoration: underline;
}
table {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
dl {
	color: #0066CC;
}
dt {
	font-style: normal;
	font-weight: bold;
}
dd {
	font-weight: normal;
}
#main {
	width: 800px;
	margin: 0 auto;   /* align for good browsers */
		
}
