/* CSS Document  |  MichaelDetter.com */

body {
	margin : 0;
	background-color : #FFF;
	font-family : Times New Roman, Roman, serif;
}

/* Page Layout */
h1 {
	font-size : 12px;
	color : #78A0E6;
	padding : 5px 0 0 10px;
	line-height : 12px;
	margin : 0;
}

h2 {
	font-size : 12px;
	color : #78A0E6;
	padding : 5px 0 0 10px;
	line-height : 12px;
	margin : 0;
}

h3 {
	font-size : 12px;
	color : #78A0E6;
	padding : 5px 0 0 10px;
	line-height : 12px;
	margin : 0;
}

p {
	text-align : justify;
	font-size : 11px;
	line-height : 150%;
	letter-spacing : 1px;
	color : #000;
	padding : 5px 10px 5px 10px;
	margin : 0;
}

a:link, a:visited {
	color : #00775B;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 1px;
}
a:hover {
	color : #000;
}

img	{
	border : 0;
}

/* Submit and Send button */
#button a:link, #button a:visited {
	display: block;
	width: 200px;
	letter-spacing : 1px;
	padding: 4px 0 4px 0;
	color: #78A0E6;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
	border: 1px solid #F6F6F6;
	background-color: #FFF;
}
#button a:hover {
	color: #333;
	background-color: #ECF3FD;
}

/* Mailform */
.error	{
color: #000;
}