@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/designimages/bodybg.jpg);
}
.banner_table {
	background-color: #CCCCCC;
	background-image: url(../images/designimages/pgbanner1.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.photostrip_table {
	background-image: url(../images/designimages/photostrip.jpg);
	height: 1050px;
}

.menu_bar {
	height: 35px;
}
.tdborder {
	margin: 0px;
	padding: 3px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.imgpointer {
	cursor: pointer;
}

.medfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.infotbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 4px;
}
.tdbgimg {
	background-image: url(../images/designimages/bgnuts.jpg);
	background-repeat: repeat;
}



#contenttbl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
}
#contenttbl a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}
#librarytbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #999999;
}
#librarytbl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#librarytbl a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CCFF;
	text-decoration: none;
}

