@charset "UTF-8";
/* CSS Document */
/*Porthaven Door Style Sheet */

body,td,th {
	color: #333;
	padding: 4px;
}
a:link {
	color: #126849;
}
a:visited {
	color: #960;
}
a:hover {
	color: #808DFC;
}
a:active {
	color: #21A0C7;
}
h1 {
	font-size: 24px;
	color: #900;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #636;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	font-size: 16px;
	color: #6FC;
}
h4 {
	font-size: 14px;
	color: #F90;
}
h5 {
	font-size: 12px;
	color: #9C9;
}
#tdMain {
	background-color: #D2C8EB;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #006;
	padding: 4px;
}
p.footer	{
	font-size: 10px;
	line-height: 24px;
}

