/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */
body {
   color: #19004d;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: white;
   background-image: url(images/totem.jpg);
   background-repeat: repeat-y;
   background-position: 59px -69px;
   height: 100%;
   margin: 0;
   padding: 0;
   }
p { }
td { }
a {
   color: #411699;
   font-weight: bold;
   text-decoration: none;
   border-color: #666666;
   }
a:hover {
   text-decoration: underline;
   color: #6820ff;
   border-color: #990000;
   }
a:active {
	color: #a478ff;
}
a:visited {
   color: #19004d;
   }
