.bodyMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headTile {
	background-image: url(../images/head_tile.jpg);
	background-repeat: repeat-x;

}
.borderRight {
	background-image: url(../images/borderRight.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.borderLeft {
	background-image: url(../images/borderLeft.jpg);
	background-repeat: repeat-y;
}
.hands {
	background-image: url(../images/hands.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;

}
.bottomTile {
	background-image: url(../images/bottomTile.jpg);
	background-repeat: repeat-x;
}
A:link {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;

}

A:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;


}

A:visited {
	text-decoration: underline;
	color: #330033;
	font-weight: bold;

}

A:visited:hover {
	text-decoration: underline;
	color: #330033;
}
.tableThin {
	border: 1px solid #006699;
}
.rightBorderThin {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}
.header1 {
	font-style: italic;
	font-weight: bold;
	color: #330033;
}
.tableShadePurple1 {
	background-color: #e1d9e1;
}
.tableShadeBlue1 {
	background-color: d9e8f0;
}
.header2 {
	font-style: italic;
	font-weight: bold;
	color: #006699;
}
.dropcap {
	float: left;
	margin-right: 3px;
}
.borderLeftMary {
	background-image: url(../images/menuTopMary.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
