@charset "ISO-8859-1";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/bg_tile.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFF99;
	text-decoration: none;
}
.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	text-align: justify;
}
.small_text {
	font-size: 12px;
}
.big_text {
	font-size: 18px;
}
.img_right_single {
	padding-left: 20px;
	padding-bottom: 100px;
}
.img_right_stack {
	padding-left: 20px;
	padding-bottom: 20px;
	clear: right;
}
.yellow {
	color: #FFFF99;
}
.grey {
	color: #999999;
}
