

/* standard text fonts*/
body, div,  th, td, li, dd  {
	/* redundant selectors to help NS4 not forget */
	font-family : "MS Sans Serif", Arial, Helvetica;
	font-size : 14px;
	color: black; 
	}

a {color: blue; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 14px; font-weight : none; text-decoration: underline;}
a:visited {color: blue; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 14px; font-weight : none; text-decoration: underline;}
a:hover {color: red; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 14px; font-weight : none; text-decoration: underline;}
	
.menulink  {color: white; font-family : "Times New Roman" "MS Sans Serif", Helvetica; font-size : 14px; font-weight : normal; text-transform : none; text-decoration: none;}
.menulink:visited {color: white; font-family : "Times New Roman" "MS Sans Serif", Helvetica; font-size : 14px; font-weight : normal; text-transform : none; text-decoration: none;}
.menulink:hover {color: yellow; font-family : "Times New Roman" "MS Sans Serif", Helvetica; font-size : 14px; font-weight : normal; text-transform : none; text-decoration: underline;}


.footertext  {color: white; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 14px; font-weight : normal; text-transform : none; text-decoration: none; padding-bottom : 10px;}
.homepagetext  {color: black; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 14px; font-weight : normal; text-transform : none; text-decoration: none;
	padding-top : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;}
	
.headertext  {color: black; font-family : "MS Sans Serif", Arial, Helvetica; font-size : 24px; font-weight : Bold; text-transform : none; text-decoration: none;
	padding-top : 18px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 10px;}

.uxblink  { color: yellow; font-family:   MS Sans Serif, Arial, Helvetica; font-size: 8px; text-decoration: none; font-weight: normal }
.uxblink:visited  { color: yellow; font-family:    MS Sans Serif, Arial, Helvetica; font-size: 8px; text-decoration: none;  font-weight: normal }
.uxblink:hover {color: Red;  font-family:  MS Sans Serif, Arial, Helvetica; text-decoration:underline}

