@charset "utf-8";
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.functions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BE292D;
}
.table {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px;
}
.seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
