body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px,; color:#fff7e7;
}
h1 { font-family: "Comic Sans MS"; font-size: 175%; font-weight: bold;
	color: #fff7e7;}
h2 { font-family: "Comic Sans MS"; font-size: 150%; font-weight: bold;
	color: #fff7e7;}
.imagetxt {    font-family: Arial, Helvetica, sans-serif;
	font-size: 8px,; color:#fff7e7;
}

/*a:link {color: #fff7e7; text-decoration: underline}
a:hover {text-decoration: underline; color: black}
a.border-bottom: 3px solid #fff7e7
a.display: inline;
a.selected{border-bottom-color: black;}
a.padding: 6px 0 7px 0;*/





table.mytable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: #21511C;
}
table.mytable th {
	border-width: 5px;
	padding: 2px;
	border-style: ridge;
	border-color: black;
	background-color: #21511C;
	-moz-border-radius: 1px 1px 1px 1px;
}
table.mytable td {
	border-width: 5px;
	padding: 2px;
	border-style: ridge;
	border-color: gray;
	background-color: #21511C;
	-moz-border-radius: 1px 1px 1px 1px;
}






.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff7e7;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #fff7e7; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

.underlinemenu2{
font-weight: 100;
width: 100%;
}

.underlinemenu2 ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu2 ul li{
display: inline;
}

.underlinemenu2 ul li a{
color: #fff7e7;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #fff7e7; /*bottom border is 3px*/
}

.underlinemenu2 ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
.thumb-title {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:11px;
	color:#fff7e7;
}
.thumb2-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff7e7;
}
.thumb3-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff7e7;
}




.title{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff7e7;
	font-size:16px;
	font-weight: bold;
}
.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff7e7;
	text-decoration:underline;
	}
.title3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff7e7;
	text-decoration:underline;
	}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff7e7;
	font-size:9px;
}

.myborder{ border-style: groove; 
	border-width: 5px;
	border-color: #000000;}

td {
	font-family: Arial, Helvetica, sans-serif;
	/*border-bottom: 3px solid #fff7e7;*/
	margin:0;
	padding: 10px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
