@charset "utf-8";

/* CSS Document */



body  {

	font: 100% Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

a:link         { color: #e19625; text-decoration:underline; }

a:visited      { color: #e19625; text-decoration:underline; }

a:hover        { color: #e19625; text-decoration:underline; }

a:active       { color: #e19625; text-decoration:underline; }



a.MenuAnchor:link    { color: #ffffff; text-decoration:none; }

a.MenuAnchor:visited { color: #ffffff; text-decoration:none; }

a.MenuAnchor:hover   { color: #ffffff; text-decoration:none; }

a.MenuAnchor:active  { color: #ffffff; text-decoration:none; }



a.SubMenuAnchor:link    { color: #d28b26; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; }

a.SubMenuAnchor:visited { color: #d28b26; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; }

a.SubMenuAnchor:hover   { color: #d28b26; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; }

a.SubMenuAnchor:active  { color: #d28b26; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; }	

