
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #6600CC;
	font-weight: normal;
}

img {
	border: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer {
	margin: 40px auto;
	text-align: center;
	line-height: 150%;
	font-size: 10pt;
	border-width: 1px 0 1px 0;
	padding: 10px;
	border-style: solid;
	width: 600px;
}

.centerimage {
	margin: 10px auto;
	text-align: center;
	border-style: none;
}

.introNav {
	display: inline;
	padding: 10px 20px;	
	border-left: solid;
	border-width: 2px;
	width: 80px;
	border-color: #6600CC;
}

.introNavEnd {
	border-right: solid;
	border-width: 2px;
	border-color: #6600CC;
}