/* SPECIAL USE CLASSES */
body {
	
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#contentcell {
	padding : 15px;
	background-color : #ffffff;
}
/* alter for horz pictures */
#hpicturecell {
	padding : 15px;
}
/* alter for vert pictures */
#vpicturecell {
	padding : 15px;
}
.google {
	font-size : 1px;
	color : #ffffff;
}

/* BODY CLASSES */

.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
}
.welcomebodytext {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : 600;
	color : #000000;
}
.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

/* OTHER CLASSES */

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ffffff;
}
.backnext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000000;
}

/* TITLE CLASSES */

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #000000;
}
.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
}
.gallerytitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
}
.gallerytitlelarge {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : 600;
	color : #000000;
}
.navtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : 600;
	color : #ffffff;
}
.smalltitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
}

/* LINK CLASSES */

.linkbodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : maroon;
	text-decoration : none;
}
.linknavtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ffffff;
	text-decoration : none;
}
.linkcopyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ffff00;
	text-decoration : none;
}
.linkbacknext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : 600;
	color : #000000;
	text-decoration : none;
}
.linktitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
	text-decoration : none;
}
.linkgallerytitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
	text-decoration : none;
}
.linknavtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : 600;
	color : #ffffff;
	text-decoration : none;
}

/* HOVER CLASSES */

A.linkbodytext:hover {
	text-decoration : underline;
}
A.linknavtext:hover {
	text-decoration : underline;
}
A.linkcopyright:hover {
	text-decoration : underline;
}
A.linkbacknext:hover {
	text-decoration : underline;
}
A.linktitle:hover {
	text-decoration : underline;
}
A.linkgallerytitle:hover {
	text-decoration : underline;
}
A.linknavtitle:hover {
	text-decoration : underline;
}