/*Base Body Font*/
body,td{font-family: Arial,sans-serif; font-size: 8pt; color: #034400;}

/*Bold Text for body and body Headings, Titles etc*/
.BoldHeadings {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #013467}
.BoldText {font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; color: #013467}
.ItalicText {font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-style: italic; color: #013467 }
.BoldHeadingMain {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold ; color: #7F99B2}
.BoldHeadingsSec {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ; color: #FF9900}

/*Small Text or Text Links used in site*/
.smltext {font-size: 7pt; color: #ffffff}
a.smltextlink {text-decoration:none; color: #ffffff; font-size: 7pt; font-weight: bold }
a.smltextlink:visited {color:#cccccc; text-decoration:none font-weight: bold }
a.smltextlink:hover {text-decoration:underline; font-size: 7pt font-weight: bold }

a.smltextlinkhighlights {text-decoration:none; color: #ffffff; font-size: 7pt}
a.smltextlinkhighlights:visited {text-decoration:none; color: #cccccc; font-size: 7pt}
a.smltextlinkhighlights:hover {text-decoration:underline; font-size: 7pt}

.whitetext{font-size: 8pt; color: #FFFFFF;}

/*Text Links that appear in the body of the page*/
a.TextLinkBody {text-decoration:none; color: #747271; font-size: 7pt; font-weight: bold }
a.TextLinkBody:visited {text-decoration:none;       color:#747271}
a.TextLinkBody:hover   {text-decoration:underline;  color:#FFFFFF}

/*Navigation Links*/
a.MainSectionLink {text-decoration:underline; color: #F4F4F4; font-size: 8pt; font-weight: bold }
a.MainSectionLink:visited {text-decoration:underline;       color:#F4F4F4}
a.MainSectionLink:hover   {text-decoration:underline;  color:#F7B006}

a.greenLinkBody {text-decoration:none; color: #034601; font-size: 8pt; font-weight: bold }
a.greenLinkBody:visited {text-decoration:none;       color:#034601}
a.greenLinkBody:hover   {text-decoration:none;  color:#FFFFFF}

a.whiteBody {text-decoration:none; color: #FFFFFF; font-size: 8pt; font-weight: bold }
a.whiteLinkBody:visited {text-decoration:none;       color:#FFFFFF}
a.whiteLinkBody:hover   {text-decoration:none;  color:#FFFFFF}
