html,body {

  	background-image: url(images/back.jpg);
	background-color: #E3B440;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px; 

}

a {

	text-decoration: none;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 12px;

}


a.whitelink:link { 

    color: white;
	text-decoration: underline;

}

a.whitelink:active {

    color: white;
	text-decoration: underline;

}

a.whitelink:visited { 

    color: white;
	text-decoration: underline;

}

a.whitelink:hover { 

    color: yellow;
	text-decoration: underline;

}


a.redbuttons:link {
	color: #790000;
	font-weight: bold;
}

a.redbuttons:active {

	color: #79000;
	font-weight: bold;

}

a.redbuttons:visited {
	color: #790000;
	font-weight: bold;

}

a.redbuttons:hover { 

    color: white;
	font-weight: bold;
}


a.smallbuttons:link { 

    color: white;
	font-size: 10px;

}

a.smallbuttons:active {

	color: white;
	font-size: 12px;

}

a.smallbuttons:visited { 

    color: white;
	font-size: 12px;

}

a.smallbuttons:hover { 

    color: orange;
	font-size: 12px;

}

.boldtan {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E1D9C4;

}

.body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;


}
.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #790000;


}
.redlink {
	color: #790000;
	text-decoration: underline;
}
.hyperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smalllink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660000;
	text-decoration: underline;
}
.clientlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #B9B3A5;
	text-decoration: none;
}
.bodyCopy {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	font-style: italic;

}
