/*** CORE HTML TAGS ***/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #DCA846;
}
h2 {
	font-size: 20px;
	color: #DCA846;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 20px;
}
h4 {
	font-size: 14px;
	color: #DCA846;
	margin-bottom: -15px;
}
h5 {
	font-size: 12px;
	color: #DCA846;
	margin-bottom: -15px;
}
p {
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #DCA846;
	text-decoration: underline;
}
a:hover {
	color: #DCA846;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:active {
	color: #0C2577;
}
a:link.reverse {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.reverse {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.reverse {
	color: #FFFFFF;
}
a:active.reverse {
	color: #FFFFFF;
}
img {
	display: block;
}
ul {
	font-size: 12px;
	color: #000000;
}
ol {
	font-size: 12px;
	color: #000000;
}
strong {
	font-weight: bold;
}

/*** CUSTOM CLASSES ***/

.headerLarge {
	font-size: 18px;
	color: #DCA846;
	font-weight: bold;
}
.headerMedium {
	font-size: 14px;
	color: #DCA846;
	font-weight: bold;
}
.headerSmall {
	font-size: 12px;
	color: #DCA846;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.inline {
	display: inline;
}
.breadcrumbs {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.formStyle {
	font-size: 11px;
	color: #000000;
}

.copyright {
	font-size: 9px;
	color: #000000;
}
.superScript {
	font-size: 8px;
}
.normalCopy {
	font-size: 12px;
	color: #000000;
}
.stroke {
	border: 1px solid #000000;
}
.reverse {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.copyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.calloutTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.calloutCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
