body {
	font-family: "Arial", sans-serif;
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #27408B; background-color: white;
}
h2 {
	color: #8B1A1A; background-color: white;
}
h3 {
	color: #4876FF; background-color: white;
}
h4 {
	color: #FF3030; background-color: white;
}
p.footer {
	display: inline;
}

div.content {
	max-width: 40em;
	margin: 0px auto; 
	border-left: 0.25em outset #CCCCCC;
	border-right: 0.25em outset #CCCCCC;
	padding: 0.1em 5% 1.5em 5%;
	color: black;
	background-color: white;
}
div.content p {
	text-align: justify;
}
div.content p.footer {
	clear: both;
	display: block;
	max-width: 40em;
	margin: 1em auto 0 auto;
	border-top: 0.1em solid #CCCCCC;
	padding-top: 0.5em;
	text-align: center;
	line-height: 1.8em;
}
div.content p.footer a {
	padding: 0 0.6em;
}

div.success { color: green; background-color: #F7F7F7; font-weight: bold; font-size: 16pt; }
div.failure {color: red; background-color: #F7F7F7; font-weight: bold; font-size: 16pt; }

form.contact input[type=text] {
	background-color: #F7F7F7; color: black;
	font-family: 'Arial',sans-serif; font-size: 11pt;
	padding: 3pt;
}
form.contact textarea {
	background-color: #F7F7F7; color: black;
	font-family: 'Arial',sans-serif; font-size: 11pt;
	padding: 3pt;
}
form.contact input[type=text]:focus {
	background-color: #FBFDD1; color: black;
}
form.contact textarea:focus {
	background-color: #FBFDD1; color: black;
}

table.contact {
	border-spacing: 0px 2px;
	empty-cells: show;
}
table.contact th { 
	text-align: right;
	padding-right: 0.5ex;
	padding-left: 1.5ex;
	border-left: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-top: 2px solid #808080;
	-moz-border-radius: 5px 0px 0px 5px;
	background-color: #DCDCDC;
	color: black;
	padding-top: 0.3ex;
	padding-bottom: 0.3ex;
}
table.contact td { 
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-top: 2px solid #808080;
	background-color: #F0F0F0;
	color: black;
	-moz-border-radius: 0px 5px 5px 0px;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 0.3ex;
	padding-bottom: 0.3ex;
}
table.contact td.control { 
	border-left: 2px solid #808080;
	-moz-border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-color: #CCCCCC;
	color: black;
	padding-top: 0.3ex;
	padding-bottom: 0.3ex;
}
