address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	color: #666666;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	color: #FF0000;
	font-size: 16px;
}

h3 {
	color: #666666;
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #990033;
	font-weight: bold;
}

div.spacer {
	clear: both;
}

.gallerythumbpic {
	border: 1px solid #000000;
	margin: 5px;
}

/* Nav Bar */
#navcontainer {
	margin-bottom: 0px;
	margin-top: 2px;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	font-weight: bold;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	padding-left: 20px;
}

#navlist a:hover {
	color: #FF0000;
	padding-left: 20px;
}

/* Nav Bar */
/* Gallery Nav Bar */
#galnavcontainer {
	width: 150px;
}

#galnavlist {
	border-bottom: 1px dotted #808080;
	margin-left: 0;
	padding-left: 0;
	width: 150px;
}

#galnavlist li {
	border-top: 1px dotted #808080;
	list-style: none;
	margin: 0;
	padding: 0.25em;
}

#galnavlist li a {
	text-decoration: none;
}

/* Gallery Nav Bar */
