﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
.style_left {
	text-align: left;
}
.style_justify {
	text-align: justify;
}
.no_border {
	border: 0 solid #ffffff;
	background-color: #ffffff;
}
