/* Overriding HTML Elements */

h1 {
font-family: 'Georgia, serif';
font-size: 14pt; 
color: #6F6B65;
line-height: 14pt;
font-style: normal; 
font-weight: normal;
padding-top: 5px;
padding-bottom: 0px;
}

h2 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 11pt; 
color: #99852F; 
line-height: 12pt; 
margin-bottom: -15px;
font-style: normal; 
font-weight: normal
padding-top: 0px;
padding-bottom: 0px;
}

h3 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 10pt; 
color: #99852F; 
line-height: 12pt; 
font-style: normal; 
font-weight: bold
}

h4 {
font-family: 'Georgia, serif';
font-size: 10pt; 
color: #746F66;
line-height: 11pt;
font-style: normal; 
font-weight: bold;
padding-top: 5px;
}

p {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 9pt; 
color: #FFFFFF; 
line-height: 11pt; 
font-style: normal;
font-weight: normal
}

/* Links */

a:link {
color: #D5AF64;
text-decoration: underline;
background-color: transparent
}

a:visited {
color: #BCB27A;
text-decoration: underline;
background-color: transparent
}

a:hover {
color: #FF0000;
text-decoration: underline;
background-color: transparent
}

/* Independent Styles */

.bodytext {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 9pt; 
color: #FFFFFF; 
line-height: 11pt; 
font-style: normal;
font-weight: normal
}

.bodybold {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 8pt;
color:#990000;
line-height: 10pt
letter-spacing: normal;
font-weight: bold;
}

.bodybold_blue {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 8pt;
color:#0A69B9;
line-height: 10pt
letter-spacing: normal;
font-weight: bold;
}

.bodybold_brown {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 9pt;
color:#886A45;
line-height: 10pt
letter-spacing: normal;
font-weight: bold;
}

.bodyitalic {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 8pt;
color:#555240;
line-height: normal;
font-style: italic;
font-weight: normal
}

.bodybold_Italic {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 8pt;
color:555240;
letter-spacing: 0px;
font-weight : bold;
font-style: oblique;
line-height: 10pt
}

.hometext {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 7pt; 
color: #FFFFFF; 
line-height: 9pt; 
font-style: normal;
font-weight: normal
}

.error {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 9pt; 
color: #BF0000; 
line-height: 11pt; 
font-style: normal;
font-weight: normal
}

.listing_header {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 10pt; 
color: #816641; 
line-height: 12pt; 
font-style: normal; 
font-weight: bold
}

.ul {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 9pt;
line-height: 11pt;
list-style-type: square;
line-style-position: inside;
color: #68645F;
margin-left: 40px;
}

.caps {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 13;
color:#8E6948;
line-height: 15pt; 
font-variant: small-caps;
font-weight: bold;
}

/* Small or Sub Feature Elements */

.feature {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 7pt;
color:#CC9900;
letter-spacing: 0px;
font-weight: normal;
font-style: normal;
line-height: 10pt;
padding: 0px
}

.feature_error {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 7pt;
color:#68645F; 
letter-spacing: -0.5px;
font-weight : bold;
font-style: normal;
line-height: 9pt
}

.feature_Bold {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 7pt;
color:#4F4B3C; 
letter-spacing: -0.5px;
font-weight : bold;
font-style: normal;
line-height: 9pt
}

.feature_BoldBrown {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 7pt;
color:#886A45; 
letter-spacing: -0.5px;
font-weight : bold;
font-style: normal;
line-height: 9pt
}

.textbox1 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 8pt;
color:#4E4E4E;
font-style: normal;
font-weight: normal
}

img.goldline {
	border: 1px solid #352B10;
}