html { margin: 0px; }
body { padding: 0px; margin: 0px; }

	
h1, h2, h3, h4, h5, th, thead, tfoot { }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
p, td { }
tfoot, thead { }
th { }

small { font-size: .9em; }
big { font-size: 1.2em; }
blockquote, pre { font-family: Courier New, monospace; font-size: 1em; }
img { border: none; }

a:link { color: #000080; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }
a:active { color: #800080; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: none; }

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.goldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8B7448;
}
.bodyCopySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.bodyCopySmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	font-weight:bold;
}
.bodyCopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight:bold;
}
.bodyCopyGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8B7448;
}
.bodyCopyGoldBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8B7448;
    font-weight:bold;
}