body {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h2, h3 {
	text-align: center;
}
h3 {
	font-size: 16px;
	background-image: url(../images/BGNav.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 3px;
	font-family: "Trebuchet MS", Arial;
	color: #333333;
}
P {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #D2A046;
	font-weight: bold;
}


.submitMail {
	margin-top: 10px;
	margin-left: 100px;
	width: 200px;
}
#formMail {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.formMailInput {
	margin-top: 5px;
	margin-left: 25px;
}

