/* CSS Document */
html {
  height: 100%;
  /*overflow: hidden; /* Hides scrollbar in IE */
}

body {
  margin: 0;
  padding: 0px;
  text-align:center;
  /*background-image: url(../html/ribbon.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: 0px 43px;*/
}


/* LOGIN.HTML Properties */

/* the links on the bottom */
a:link {color:#7a431e;}
a:hover {color:#96572e;}
a:visited {color:#7a431e;}

/* INDEX.HTML Properties */
a
{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.copyright
{
	font-family:Arial, Sans-Serif;
	font-size: 11px;
	color:#96572e;
}

#flashcontent {
  height: 100%;
}


