body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic";
	color: #121111;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
}
#copyright, #copyright a {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
}
#copyright a:hover {
	text-decoration: underline;
}
ul {
	padding-left: 20px;
}
p, ul li, a, table {
	font-size: 11px;
	color: #666666;
	text-align: justify;
	line-height: 16px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.contact {
	text-align: right;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

