h1, h2, h3, h4 {
	font-family: 'Book Antiqua', Georgia;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.6em;
	
}

h4 {
	font-size: 1.4em
	;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px;
	text-align: left;
}

.servicecontact { margin: 20px; width: 150px; float: left; color: #666;
}

.footer p {
	text-align: center;
}

a {
	color: #990000; text-decoration: none; border-bottom: 1px dotted;
}

a:hover {
	color: #2300ff;
}

dl {
	line-height: 1.6em;
}

dt {
	font-size: 12px; font-weight: bold; width: 100px; float: left; margin: 10px;
}

dd {
	width: 250px; float: right; margin: 10px 0;
}

.bold {
	font-weight: bold; 
}

.italic {
	font-style: italic;
}

.caption { margin:0; padding:10px 0 0 0; font-size:11px; text-align:center; width:182px;}