/* This style sheet controls presentation of text and text links when displaying info. in views*/ A { font-family:arial, helvetica; font-size:12pt } A:active {color:blue} A:visited {color:blue} A:hover {color:blue; font-weight: bold} A.pageNavLink {font-family:arial, helvetica; font-size:9pt} A.pageNavLink:active {color:blue} A.pageNavLink:visited {color:blue} A.pageNavLink:hover {color:blue; font-weight: bold} A.webSiteLink {font-family:arial, helvetica; font-size:9pt} A.webSiteLink:active {color:blue} A.webSiteLink:visited {color:blue} A.webSiteLink:hover {color:blue; font-weight: bold} BR { font-family: Arial; font-size: 6pt} .errorLink {color:red; font-family:arial, helvetica; font-size:9pt; font-weight:bold} .smallText {font-family:arial, helvetica; font-size:9pt} .boldText {font-family:arial, helvetica; font-size:9pt; font-weight:bold}