<!--

/* standard text fonts*/
body, div, p, th, td, li, dd  {
	/* redundant selectors to help NS4 not forget */
	font-family : Tahoma,Arial,Helvetica;
	font-size : 12px;
}



a  { color: navy; font-family: Tahoma,Arial,Helvetica; font-size: 12px; text-decoration:underline; font-weight: normal }
a:visited  { color: navy; font-family: Tahoma,Arial,Helvetica; font-size: 12px; text-decoration:underline;  font-weight: normal }
a:hover {color: red;  font-family: Tahoma,Arial,Helvetica; text-decoration:underline}

.uxblink  { color: #99ffff; font-family: Tahoma,Verdana,Helvetica; font-size: 11px; text-decoration:none; font-weight: normal }
.uxblink:visited  { color: #99ffff; font-family: Tahoma,Verdana,Helvetica; font-size: 11px; text-decoration:none;  font-weight: normal }
.uxblink:hover {color: yellow;  font-family: Tahoma,Verdana,Helvetica; text-decoration:underline}

.footertext {font-family: Tahoma,Verdana,Helvetica; font-size :10px; color : white; font-weight : Normal;}

.line {font-family: Tahoma,Verdana,Helvetica; font-size :10px; color : white; font-weight : Normal;}

.Fileheadertext {font-family: Tahoma,Verdana,Helvetica; font-size :10pt; color : white; font-weight : bold;}




.columnborder {background-color: #E7E8E8; border-color: white; border-width: 2px; border-style: outset;}
.columnborder2 {background-color: #1b60ab; border-color: white; border-width: 2px; border-style: outset;}




.menulink  { color: blue; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:none; font-weight: normal }
.menulink:visited  { color: blue; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:none;  font-weight: normal }
.menulink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.articlelink  { color: navy; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:underline; font-weight: normal }
.articlelink:visited  { color: navy; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:underline;  font-weight: normal }
.articlelink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.sectionlink  { color: black; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11pt; text-decoration:none; font-weight: bold }
.sectionlink:visited  { color: black; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11pt; text-decoration:none;  font-weight: bold }
.sectionlink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}


.normallink  { color: navy; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:underline; font-weight: normal }
.normallink:visited  { color: navy; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:underline;  font-weight: normal }
.normallink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}








-->