/*Base Body Font*/
body,td{font-family: Tahoma, sans-serif; font-size: 9pt; color: #ffffff; line-height: 1.4}

/*Bold Text for body and body Headings, Titles etc*/
.BoldHeadings {font-family: Tahoma, sans-serif; font-size: 8pt; font-weight: bold; color: #013467}
.BoldText {font-family: Tahoma, sans-serif; font-size: 8px;  font-weight: bold; color: #013467}
.ItalicText {font-family: Tahoma, sans-serif; font-size: 8px;  font-style: italic; color: #013467 }
.BoldHeadingMain {font-family: Tahoma, sans-serif; font-size: 8px; font-weight: bold ; color: #7F99B2}
.BoldHeadingsSec {font-family: Tahoma, sans-serif; font-size: 8px; font-weight: bold ; color: #FF9900}

/*Small Text or Text Links used in site*/
.smltext {font-size: 10pt; color: #000000}
a.smltextlink {text-decoration:none; color: #ffffff; font-size: 6pt}
a.smltextlink:visited {color:#ffffff; text-decoration:none}
a.smltextlink:hover {text-decoration:underline; font-size: 6pt}

a.smltextlinkhighlights {text-decoration:none; color: #336699; font-size: 7.5pt}
a.smltextlinkhighlights:visited {text-decoration:none; color: #336699; font-size: 7.5pt}
a.smltextlinkhighlights:hover {text-decoration:underline; font-size: 7.5pt}

.smltextbold {font-size: 7.5pt; color: #013467; font-weight: bold;}

/*Text Links that appear in the body of the page*/
a.TextLinkBody {text-decoration:none; color: #ffffff; font-size: 9pt; font-weight: none }
a.TextLinkBody:visited {text-decoration:none;       color:#ffffff}
a.TextLinkBody:hover   {text-decoration:none;  color:#9B2F0B}

/*Navigation Links*/
a.MainSectionLink {text-decoration:none; color: #FFFFFF; font-size: 9pt; font-weight: bold }
a.MainSectionLink:visited {text-decoration:none;       color:#FFFFFF}
a.MainSectionLink:hover   {text-decoration:none;  color:#9B2F0B}

a.internal {text-decoration:none; color: #000000; font-size: 10pt; font-weight: none }
a.internal:visited {text-decoration:none;       color:#000000}
a.internal:hover   {text-decoration:none;  color:#9B2F0B}

