﻿/* Title */
.htmlcontent-title { padding: 0 0 5px 0; clear: both; color: #F58025; }

/* Header */
.htmlcontent-header { font-size: 14pt; font-weight: bold; color: #543019; }

/* Header Orange */
.htmlcontent-header-orange { font-size: 14pt; font-weight: bold; color: #F58025; }

/* H1 */
.htmlcontent-h1 { font-size: 12pt; font-weight: bold; color: #543019; }

/* H1 Orange */
.htmlcontent-h1-orange { font-size: 12pt; font-weight: bold; color: #F58025; }

/* H2 */
.htmlcontent-h2 { font-size: 10pt; font-weight: bold; color: #543019; }

/* H2 Orange*/
.htmlcontent-h2-orange { font-size: 10pt; font-weight: bold; color: #F58025; }

/* H3 */
.htmlcontent-h3 { font-size: 8pt; font-weight: bold; color: #543019; }

/* Body Brown */
.htmlcontent-body-brown { text-align: left; color: #543019; }

/* Body White */
.htmlcontent-body-white { text-align: left; color: White; }

/* Link Brown */
.htmlcontent-link-brown { color: #543019; text-decoration: none; }

/* Link Orange */
.htmlcontent-link-orange { color: #F58025; text-decoration: none; }

/* Float Image Up */
.htmlcontent-link-up { position: relative; top: -20px; color: Black;}

/* Image Caption Centered */
.htmlcontent-caption-centered { position: relative; font-size: 9pt; font-weight: bold; color: #543019; text-align: center; width: 130px; padding-bottom: 15px;}

.htmlcontent-caption-centered a { position: relative; font-size: 9pt; font-weight: bold; color: #543019; text-align: center; text-decoration: none; }

