A:VISITED {
	color: #5F4C3B;
}

a:link {
	color: Green;
}

a:hover {
	color: Gray;
}


BODY {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background-image: url(images\newbg.jpg);
	margin: 25px 25px;
}

H1 {
	color: #5F4C3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h2 {
	color: #5F4C3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.subHead {
	color: #5F4C3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

P {
	margin : 1px 30px 1px 30px;
}

.clients {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
}

.clientname{
	margin-left: 50px;
	text-align: left;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.brnPara {
	background-color : #5F4C3B;
	color : White;
	line-height : 30px;
}

.brnType {
	color : #5f4c3d;
}

.byland {
	color : #5f4c3d;
	letter-spacing : 4px;
}

.whiteType {
	color : White;
}

.navCell {
	font-weight : bold;
}

.smallType {
	font-size : smaller;
}

HR {
	color : #6BC082;
	width : 100%;
	height : 2px;
}
