.body {
	margin: 0px;
	background-color: #A7A9AC;
}
.head_bg {
	background-image: url(../images/graphics/tile_head_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.bodyBG {
	background-image: url(../images/graphics/tile_ltgray.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.footerBG {
	background-image: url(../images/graphics/tile_orange.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.contentBG {
	background-image: url(../images/graphics/tile_drkgray.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.menuBG {
	background-image: url(../images/buttons/mm_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.smOff {
	height: 24px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}
.smOn {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 3;
}
.smActive {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.mmSpanOff {
	height: 24px;
}
.mmSpanOn {
	height: 96px;
}
.copyReg {
	font-family: Tahoma, Verdana, Helvetica, sans-sarif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.copyItal{
	font-style: italic;
}
.copyBold {
	font-weight: bold;
}
.copyItalBold {
	font-weight: bold;
	font-style: italic;
}
.copyTitleBold {
	font-family: Tahoma, Verdana, Helvetica, sans-sarif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyRegSmall {
	font-family: Tahoma, Verdana, Helvetica, sans-sarif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.galleryOff {
	border: 1px solid #A7A9AC;
}
.galleryOn {
	border: 1px solid #FF9E11;
}
.homeImage {
	background-image: url(../images/graphics/home.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whoImage {
	background-image: url(../images/graphics/who.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.differenceImage {
	background-image: url(../images/graphics/rob_davidson.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.hRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
}
