/* CSS Document */
/* Deployment 010403.1 Version c030.01 */
/* local css styles relate to all elements in the main editable content region */



/* load styles - but not for NS 4x */
@import "localSlave.css" ;

/*

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	padding-right: 5px;
	color:  #27849a;

}

A:hover {
	text-decoration: underline;
	
}

A.mylink0:link {
        color: #000080;
        text-decoration: underline;
        background: transparent;
}

A.mylink0:active {
         color: silver;
         text-decoration: underline;
         background: #FFFF00;
}

A.mylink0:visited {
         color: #27849a;
         text-decoration: underline;
         background: transparent;
}

A.mylink0:hover {
         color: black;
         text-decoration: underline;
         background: transparent;
}

A.mylink:link {
        color: #000080;
        text-decoration: underline;
        font-weight: bold;
        background: transparent;
}

A.mylink:active {
         color: silver;
         text-decoration: underline;
         font-weight: bold;
         background: #FFFF00;
}

A.mylink:visited {
         color: #27849a;
         text-decoration: underline;
         font-weight: bold;
         background: transparent;
}

A.mylink:hover {
         color: black;
         text-decoration: underline;
         font-weight: bold;
         background: transparent;
}

A.mylink2:link {
        color: white;
        text-decoration: underline;
        font-weight: bold;
        background: transparent;
}

A.mylink2:active {
         color: silver;
         text-decoration: underline;
         font-weight: bold;		 
         background: #FFFF00;
}

A.mylink2:visited {
         color: #000080;
         text-decoration: underline;
		 font-weight: bold;
         background: transparent;
}

A.mylink2:hover {
         color: black;
         text-decoration: underline;
         font-weight: bold;
         background: transparent;
}

*/

A.ullink:link {
        text-decoration: underline;
        background: transparent;
}

A.ullink:active {
         text-decoration: underline;
         background: gray;
}

A.ullink:visited {
         text-decoration: underline;
         background: transparent;
}

A.ullink:hover {
         text-decoration: underline;
         background: gray;
}

