body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5086a7;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #80fff4;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #aeaeae;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #64bbb4;
	text-decoration: none;
}
.copyrightLink a{
	color: #64bbb4;
	text-decoration: none;
}
.copyrightLink a:hover{
	color: #80dbd4;
	text-decoration: none;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6bd6cd;
	text-decoration: none;
}

.bold {
	font-weight: bold;
	color: #78d7cf;
}
.customInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.customMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 300px;
}
.customButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1b4e6d;
	border: 1px solid #7fe3db;
}
.formTable {
	border: 1px solid #FFFFFF;
	background-color: #4fa69f;
}
