.unnamed1 {  font-family: Arial, Helvetica, sans-serif}
.border_top {
	background-image: url(images/frame/t.jpg);
	background-repeat: repeat-x;
}
.border_bottom {
	background-image: url(images/frame/b.jpg);
	background-repeat: repeat-x;
}
.border_left {
	background-image: url(images/frame/l.jpg);
	background-repeat: repeat-y;
}
.border_right {
	background-image: url(images/frame/r.jpg);
	background-repeat: repeat-y;
}
.border_br {
	background-image: url(images/frame/br.jpg);
	background-repeat: no-repeat;
}
.border_bl {
	background-image: url(images/frame/bl.jpg);
	background-repeat: no-repeat;
}
.border_tr {
	background-image: url(images/frame/tr.jpg);
	background-repeat: no-repeat;
}
.border_tl {
	background-image: url(images/frame/tl.jpg);
	background-repeat: no-repeat;
}

.border_top_thin {
	background-image: url(images/frame/t_thin.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border_bottom_thin {
	background-image: url(images/frame/b_thin.jpg);
	background-repeat: repeat-x;
}
.border_left_thin {
	background-image: url(images/frame/l_thin.jpg);
	background-repeat: repeat-y;
}
.border_right_thin {
	background-image: url(images/frame/r_thin.jpg);
	background-repeat: repeat-y;
}
.border_br_thin {
	background-image: url(images/frame/br_thin.jpg);
	background-repeat: no-repeat;
}
.border_bl_thin {
	background-image: url(images/frame/bl_thin.jpg);
	background-repeat: no-repeat;
}
.border_tr_thin {
	background-image: url(images/frame/tr_thin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.border_tl_thin {
	background-image: url(images/frame/tl_thin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.subheading {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.bgrow1 {
	background-color: #E0BB96;
}

a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.light_table_background {
	background-color: #F3EEE2;
	padding: 3px;
	font-size: small;
}
.npbg {
	background-color: #FFFF99;
}
