.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}
.smallestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #66CC66;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #0099FF;
}
.boxborder {
	border: 1px solid #006699;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	letter-spacing: 0.4px;

}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
	border: 1px solid #006699;
}
.formboxError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
	border: 1px solid #FF0000;
}
.puppets-side-r {
	background-attachment: fixed;
	background-image: url(../graphics/puppets-side-r.gif);
	background-repeat: repeat;
	background-position: left top;
}
