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

body {
	background-image: url(./background03.gif);
}

.normal {
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.masthead {
	font-family: futura lt bt, arial narrow, sans-serif;
	font-size: 30px;
	color: #000080;
}

.mastheadsmall {
	font-family: futura lt bt, arial narrow, sans-serif;
	font-size: 18px;
	/*	font-weight: bold; */
	color: #000080;
}

.large {
	font-family: futura lt bt, arial narrow, sans-serif;
	font-size: 18px;
	color: #000080;
	font-weight: bold;
}

.mediumhead {
	font-family: futura lt bt, arial narrow, sans-serif;
	font-size: 18px;
	color: #000080;
	font-weight: bold;
}

/* headings ************************************ */

h1, h2, h3, h4, h5 {
	font-family: futura lt bt, microsoft sans serif, arial narrow, serif;
	color: #000080;
}

h1 {
	font-size: 22px;
	vertical-align: baseline;
	margin-bottom: 1px;
}

h2 {
	font-size: 18px;
	vertical-align: baseline;
	margin-bottom: 1px;
}

h3 {
	font-size: 16px;
	vertical-align: baseline;
	margin-bottom: 1px;
	font-style: italic;
}

/* paragraphs and variants ***************************************** */

p, blockquote {
	font-family: verdana, helvetica, century gothic, sans-serif;
	color: #000000;
  font-size: 12px; 
	margin-top: 1px;
	line-height: 125%;
	/*	margin-bottom; 2px; */
}

p.small {
	font-family: verdana, helvetica, century gothic, sans-serif;
	color: #000000;
	font-size: 10px;
}

p.button {
	font-family: verdana, helvetica, century gothic, sans-serif;
	font-size: 10px;
	/*  font-weight: bold; */ 
  color: #000080;
}

li {
	list-style-type: square;
	font-family: verdana, helvetica, century gothic, sans-serif;
	color: #000000;
	line-height: 125%;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 40px;
}

.n {
	list-style-type: decimal;
}
