/* LINK_STYLE XML and HTML
	Last Changed: 02nd June 2007 */

/*Start Main Link Anchor Pseudo Classes */
a {text-decoration: none}
a.BlueOnTrans:link {background-color: transparent; color: blue; font-weight: bold; text-decoration: none;}
a.BlueOnTrans:visited {background-color: transparent; color: blue; font-weight: bold; text-decoration: none;}
a.BlueOnTrans:hover {background-color: transparent; color: red; font-weight: bold;  text-decoration: none;}
a.BlueOnTrans:active {background-color: transparent;  color: red; font-weight: bold;  text-decoration: none;}
a.WhiteOnBlue:link {background-color: blue; color: white; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnBlue:visited {background-color: blue; color: white; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnBlue:hover {background-color: blue; color: red; font-weight: bold; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnBlue:active {background-color: blue; color: white; font-weight: bold; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnGreen:link {background-color: green;color: white; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnGreen:visited {background-color: green;color: white; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnGreen:hover {background-color: green; color: red; font-weight: bold; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnGreen:active {background-color: green; color: white; font-weight: bold; text-decoration: none; padding: 4px; font-weight: bold;}
a.WhiteOnRed:link {background-color: red; color: white; font-weight: bold;  text-decoration: none; padding: 6px;}
a.WhiteOnRed:visited {background-color: red;color: white; font-weight: bold; text-decoration: none; padding: 6px;}
a.WhiteOnRed:hover {background-color: red; color: yellow; font-weight: bold; text-decoration: none; padding: 4px;}
a.WhiteOnRed:active {background-color: red; color: white; font-weight: bold; text-decoration: none; padding: 4px;}


