@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.txt25-bold {
	font-size: 25px;
	font-weight: bolder;
}
.txt20-bold {
	font-size: 20px;
	font-weight: bold;
}
.txt18-bold {
	font-size: 18px;
	font-weight: bold;
}
.txt20-italic {
	font-size: 20px;
	font-style: italic;	
}
.border-top {
	background-image: url(../images/border-top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box-border {
	border: 1px solid #000000;
}
.txt23-bold {
	font-size: 23px;
	font-weight: bolder;
}