<!--

/* standard text fonts*/

body, div, p, th, td, li, dd {
		/* redundant selectors to help NS4 not forget */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* standard link fonts*/
a:link {
	color: blue;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: blue;
	background-color: transparent;
	text-decoration:none;
	}
a:hover {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

/* special text fonts*/

.footertext {font-family: Arial, Helvetica, sans-serif; font-size :11px; color : black; font-weight : Normal;}


.uxblink  { color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:underline; font-weight: normal }
.uxblink:visited  { color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration:underline;  font-weight: normal }
.uxblink:hover {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration:underline}




.datetext {font-family: Arial, Helvetica, sans-serif; font-size :10px; color : gray; font-weight : Normal;}
.bannertext {font-family: Arial, Helvetica, sans-serif; font-size :10pt; color : white; font-weight : bold;}
.newstext {font-family: Arial, Helvetica, sans-serif; font-size :12px; color : white; font-weight : normal; margin-bottom: 100px;}
.articletext {font-family: Arial, Helvetica, sans-serif; font-size :12px; color : white; font-weight : Normal;}
.picturetext {font-family: Arial, Helvetica, sans-serif; font-size :10px; color : gray; font-weight : Normal;}

.articlelink  { color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:underline; font-weight: normal }
.articlelink:visited  { color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:underline;  font-weight: normal }
.articlelink:hover {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration:underline}



.normallink  { color: navy; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:underline; font-weight: normal }
.normallink:visited  { color: navy; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:underline;  font-weight: normal }
.normallink:hover {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration:underline}




.columnborder {background-color: #336699; border-color: white; border-width: 2px; border-style: outset;}
.columnborder2 {background-color: #E7ECEE; border-color: white; border-width: 2px; border-style: inset;}



-->
