/* Telera Stylesheet -
To reference the Telera stylesheet for use in any Telera page (html page), place this snippet of code between the <head></head> tags:
<link rel="stylesheet" type="text/css" href="telera_stylesheet.css">
*/

/* paragraph text format */
P {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 12pt;
color: #000000;
}

/* hyperlinked text format */
A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #336666;
}

/* sets the color of any visited hyperlink */
A:Visited {
color: #000000;
}

/* sets the color of a hyperlink upon clicking */
A:Active {
color: #000000;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A:Hover {
color: #000000;
}

/* paragraph heading one */
H1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
font-weight: bold;
}

/* paragraph heading two */
H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: bold;
}

/* paragraph heading three */
H3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: bold;
}

/* Use this tag for text formatted like a P tag, but without a blank line. Example: <span class="ptag">Sample text.</span> */
SPAN.ptag {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: normal;
}

SPAN.contact {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight: normal;
}

/* Use this tag for italicized text. Example: <span class="ital">Sample text.</span> */
SPAN.ital {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-style: italic;
}

/* Use this tag for underlined text. Example: <span class="underscore">Sample text.</span> */
SPAN.underscore {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-decoration: underline;
}

/* Use this tag for bold text. Example: <span class="bold">Sample text.</span> */
SPAN.bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: bold;
}

SPAN.bigcomment {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #ff6600;
font-weight: bold;
}

SPAN.comment {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ff6600;
font-weight: bold;
}

.newstext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
line-height: 10pt;
}

LI {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
line-height: 11pt;
margin-top: 6px;
}


UL {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
line-height: 11pt;
margin-top: 6px;
}

P.formred {
color: #ff0000;
}

P.leaded {
line-height: 12pt;
}

.code {  font-family: "Courier New", Courier, mono; font-size: 9pt}

