@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}.center_text {
	text-align: center;
}
.justify_text {
	text-align: justify;
}
.bold_text {
	font-weight: bold;
}
.small_bold_text {
	font-weight: bold;
	font-size: 10px;
}
.copyright_text {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
.quote_text {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.quote_big {
	font-size: 36px;
}

.left_align {
	text-align: left;
}
