.bodybg {
	background-color: #CBEBEC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.comment-bg {
	background-image: url(images/comment-box.jpg);
	background-repeat: no-repeat;
	top: 26px;
	background-position: 26px center;
}
.footer-bg {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0484C7;
}
.green-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #326A6D;
}
a.red:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.red:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a.red:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.red:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}.list-arrow {
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
}
.bold-red-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
