body { 
	margin-top: 0px;
	margin-left: 0px; 
}
body /* Internet Explorer */ 
{ 
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{
/* this fixes the bug in firefox which pays no attention to text-align center */ 
text-align: -moz-center; 
} 

H1 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 14pt; 
}

H4 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 12pt; 
}

p { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

hr {
	width: 85%;
	color: #ffff99;
}

a:link { 
	color : #ffff99; text-decoration : none;
}

a:visited { 
	color : #ffff99; text-decoration : none;
}

a:hover { 
	color : #003300; 
}

a:active { 
	color : #003300; 
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #000000; 
	font-size: 9pt; 
	width: 100;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;
    background-image:  url(file:///Macintosh%20HD/Heritage%20/Code%20and%20Goodies/HTML%20CODE/%27images/formgrad.jpg%27); 
    background-position: top; 
    background-repeat:no-repeat; }
}
    
img {
    behavior:  url(file:///Macintosh%20HD/Heritage%20/Code%20and%20Goodies/HTML%20CODE/%22pngbehavior.htc%22);
}
.newsletter {
       font: italic bold 12px/14px arial;
       position: absolute;
       top: 150px;
       margin-left: 20px;
       z-index: 2;
       text-align: left;
}
.main {
       width: 820px; /* this is simply to help the newsletter form above get lined up with the page */
       text-align: center;
       z-index: 1;
}