body{
font-family: Arial, Helvetica, sans-serif;
color:#6633FF;
font-size: 1em;
background-color: transparent;
}

th, td, tr,	{
font-family: Arial, Helvetica, sans-serif;
color:#3300FF;
background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
color:#660099;
}

h1 {
font-size: 24pt;
}

h2 {
font-size: 18pt;
}

h3 {
font-size: 16pt;
}

h4 {
font-size: 12pt;
; text-align: left; text-indent: 10pt
}

h5 {
font-size: 10pt;
}

h6 {
font-size: 10pt;
text-align: right;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	text-align: left;
	text-indent: 10pt;
	background-color: transparent;
	font-style: normal;
 } 
 
div {
text-align: center;
}

table {
border-color:#6699CC;
}

a:link {
color: #800080;
background-color: transparent;
}

a:visited {
color: #8080ff;
background-color: transparent;
}

a:hover {
background-color: #00ff00;
color: #0000ff;
}

a:active {
color: #8080ff;
background-color: transparent;
}

/* You will often use images that are links in your web pages. In some older browsers this will result in the image having an unsightly bright blue border around it. The following statement will stop this by specifying that img elements, when they are inside a elements, should have no border. */
a img {
border: none;
}
/*	From the folks at WaSP for the browser Avis */

.ahem {
display: none;
}

#note {
	color:#3333FF;
	font-size: 10pt;
	text-align: right;
	background-color: transparent;
	font-style: italic;
}

#dhnlogo {
	background-color: transparent;
}
	
#recaptcha_image {
	background-color: transparent;
	align: center;
}
	
#notice {
	color: #FF0000;
	font-size: 12pt;
	text-align: center;
	background-color: transparent;
	font-style: italic;
	}
	
.style1 {
	color:#FF0000;
	font-size: 14pt;
}	