/* Overriding HTML Elements */

h1 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 14pt; 
color: #339AC1;
line-height: 14pt;
font-style: normal; 
}

h2 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 10pt; 
color: #4E4D45; 
font-size: 10pt;
font-style: normal; 
font-weight: bold;
text-transform: uppercase;
}

h3 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 14pt; 
color: #B5731F;
line-height: 14pt;
padding-bottom: 0px;
}

h4 {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size: 10pt; 
color: #B5731F;
line-height: 10pt;
padding-bottom: 0px;
}

p {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 9pt; 
color: #666666; 
line-height: 12pt
}

/* Links */

a:link {
color: #346E97;
text-decoration: underline;
background-color: transparent
}

a:visited {
color: #346E97;
text-decoration: underline;
background-color: transparent
}

a:hover {
color: #346E97;
text-decoration: none;
background-color: transparent
}

/* Independent Styles */


.bodytext {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 9pt; 
color: #666666; 
line-height: 12pt
}

.headline {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 10pt; 
color: #223956;
font-weight: bold;
line-height: 13pt
}

.textbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
color: #666666
}

.bodybold {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 9pt; 
color: #666666; 
line-height: 12pt; 
font-style: normal; 
font-weight: bold
}

.bodyitalic {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 9pt; 
color: #666666; 
line-height: 12pt; 
font-style: italic
}

.bodybold_Italic {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 9pt; 
color: #666666; 
line-height: 12pt; 
font-style: italic; 
font-weight: bold
}

.whitetext {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 10pt; 
color: #ffffff; 
line-height: 14pt
}

.footer {
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
font-size: 8pt; 
color: #46566a; 
line-height: 9pt
}

