/*-----------{ Ambient Graphics Stylesheet }-------------*/
/*       Taken from http://www.ambientgraphics.com       */
/*              (c) 2002 Matthew R. Russak.              */
/* No portion of this document may be reproduced/altered */
/*      without the written consent of the author.       */
/*-------------------------------------------------------*/

/*---------------{ body }---------------*/
body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--------------{ td }-----------------*/
td {
  font-size: 12px;
}

/*---------------{ a }-----------------*/
a.menu {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

a.menu:hover {
  color: #9999FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

a.menu:active {
  color: #9999FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

/*---------------{ span }---------------*/


/*--------------{ img }--------------*/
img {
  border-style: none;
}

#content {
	position: absolute;
	left: 0;
	top: 0;
}
