body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td, p, select, input, textarea{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
p {
	text-align: justify;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.title {
	font-size: 30px;
}
.subtitle {
	font-size: 18px;
}
.small {
	font-size: 10px;
}

.copyright, .copyright a {
	font-size: 10px;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: normal;
}
.copyright a:hover {
	color: #999999;
	text-decoration: underline;
}
