BODY, P
	{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight: regular;
	color: #000000;
	}

TR, TD
	{
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight: regular;
	font-size : 12px;
	line-height : 17px;
	color : #000000;
	}

big
	{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #7C0C05;
	}


A:link {text-decoration: underline; color: #163972; font-size=12px; font-weight=regular;}
A:visited {text-decoration: underline; color: #163972; font-size=12px; font-weight=regular;}
A:active {text-decoration: none; color: #163972; font-size=12px; font-weight=regular;}
A:hover {text-decoration: none; color: #163972; font-size=12px; font-weight=regular;}

.menu:link {text-decoration: none; color: #ffffff; font-size=12px; font-weight=bold;}
.menu:visited {text-decoration: none; color: #ffffff; font-size=12px; font-weight=bold;}
.menu:active {text-decoration: none; color: #ffffff; font-size=12px; font-weight=bold;}
.menu:hover {text-decoration: none; color: #ffffff; font-size=12px; font-weight=bold;}

/* Gallery */
#gallery {
}
#gallery .title {
	display: block;
	color: black;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	background-image: url(gallery_tborder.gif);
	background-position: 0px 25px;
	background-repeat: repeat-x;
}
#gallery .group {
	display: block;
}
#gallery .boxx {
	float: left;
	width: 120px;
	height: 83px;
	padding: 3px 3px 3px 3px;
}
#gallery .pic {
	float: left;
	text-align: center;
	vertical-align: center;
	width: 110px;
	height: 73px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e9e9e9;
}

