td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F4220;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F4220;
}
.littletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F4220;
}
.preview {
	background-image: url(images/previewBack.jpg);
	background-repeat: no-repeat;

	
}
.bluebold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0000DD;	
}
.redbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #DD0000;	
}
.but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F4220;
	background-color: #f7dfc5;
	height: 20px;

}
.but20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F4220;
	background-color: #f7dfc5;
	height: 20px;
	width:25em;

}
.leftback {
	background-image:url(images/leftslice.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.rightback {
	background-image:url(images/rightslice.jpg);
	background-repeat: repeat-y;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5F4220;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F4220;
	font-weight: bold;
}
.smallSelect {
	font-size: 10px;
}
.output {
	border: 0px none;
	font-size:10px;
	text-align:right;
}

.smallInput {
	font-size:10px;
}

a {
	color: #006;
	text-decoration:none;
}
a:hover {
	color: #006;
	text-decoration:underline;	
}
div.modalPopupWindow {
	position: absolute;
	background-image:url(images/picback.jpg);
	background-repeat:no-repeat;
	border: 2px none;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
}
					