.linesrepeat {
	background-color: #FFFFAA;
	background-image: url(lines-layout/lines-repeat.gif);
	background-repeat: repeat-y;
}
.edgerepeat {
	background-image: url(layout/right.gif);
	background-repeat: repeat-y;
}
.bodytext {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 26px;
}
.pagetitle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
}
.smalltext {

	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 30px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}
.bodytextsm {

	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 22px;
}
.bluetext {
	color: #003366;
}
