body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.text-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #CCCCCC;
}
.text-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 18px;
}
a:link {
	color: #EB1D24;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #EB1D24;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.text_small {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	background-color: #EEEEEE;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px none #333333;
}
textarea {
	color: #444444;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px none #333333;
}
