/* CSS Document */

body {
	background-color: #FFFFFF;
}

#table {
	padding: 0px;
	position: absolute;
	margin: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
 
}
#webdesigner {
	position: absolute;
	z-index: 10;
	height: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #996633;
	text-decoration: underline;
	bottom: 10px;
	right: 10px;
	text-align: right;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: underline;
}
a:hover {
	color: #774A39;
	text-decoration: underline;
}
a:active {
	color: #996633;
	text-decoration: underline;
}
