/* Import the stylesheets that make up the design, and are used on every page */
@import url(/css/header.css);
@import url(/css/leftbox.css);
@import url(/css/contentbox.css);

/* Set the body style and font used by the site */
body  {
  margin: 0px;
  padding: 0px;
  background-color: #26009c;
	color: #000000; 
}

/* In IE, table and input elements will not inherit the fonts.
   Therefore we must specify the default font in in more than just the body */
body, table, th, tr, td, input, textarea {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif; 
}

/* Do not display borders around images, even if they are hyperlinks */
img {
  border: none;
}

.invis {
  background-color: #26009c;
  color: #26009c;
}