.basetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2C578A;
}
.border {
	border: 1px solid #2C578A;
}

.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.pagebackground {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(background/page_background.jpg);
	background-attachment: fixed;
	background-color: #5186C8;
}

