/* modified tags */

body {
	background: #000000 url(../images/bg_main.gif) 50% top repeat-y;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
select, input, textarea {
	color: #333333;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td, p {
	color: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	text-align: justify;
}
a {
	color: #9999FF;
	text-decoration: none;
}
a:hover {
	color: #BBBBFF;
	text-decoration: underline;
}

/* custom styles */

.title {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
}
.subtitle {
	font-size: 16px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.show_area, .show_area p, .show_area td {
	font-size: 11px;
	color: #CCCCDD;
}
.show {
	color: #FFFFFF;
}
.copyright, .copyright a {
	font-size: 10px;
	color: #666677;
}