body {
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.sertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.topline {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.leftline {
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bluetext {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	background-color: #71c4ff;
}
.yellowtxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF33;
	background-color: #0066CC;
}


.botline {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightline {
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
