/* Menu Links */
a.yellowlink:link 	{ color: #FFFFFF; text-decoration: none; font-size: 14; font-weight: bold;}
a.yellowlink:active 	{ color: #FFFF00; text-decoration: none; font-size: 14; font-weight: bold;}
a.yellowlink:visited	{ color: #FFFFFF; text-decoration: none; font-size: 14; font-weight: bold;}
a.yellowlink:hover 	{ color: #FFFFFF; text-decoration: underline; font-size: 14;font-weight: bold;}

/* Hightlight Menu For Selected Page */

a.yellowlabel:link 	{ color: #000000; text-decoration: underline; font-size: 14;font-weight: bold; }
a.yellowlabel:active 	{ color: #000000; text-decoration: underline; font-size: 14;font-weight: bold; }
a.yellowlabel:visited 	{ color: #000000; text-decoration: underline; font-size: 14;font-weight: bold; }
a.yellowlabel:hover 	{ color: #FFFFFF; text-decoration: underline; font-size: 14;font-weight: bold; }

/* Highight links when hovered */
.hvr 			{background-color: #FF0000;}

/* Table Border */

.tborder		{ 
			  border-size: 0px;
			  border-color: black;
			  border-style: solid;
			  background-color: blue; 
			}
