/* hide from ie on mac\*/

html {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 7pt; margin: 0px; color: black; font-family: Arial;
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
}
td {
	FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: Arial;
}
a:link {
	COLOR:  black; TEXT-DECORATION: none
}
a:active {
	COLOR:  black; TEXT-DECORATION: none
}
a:visited {
	COLOR:  black; TEXT-DECORATION: none
}
a:hover {
	COLOR:  black; TEXT-DECORATION: underline
}

p {
  color: black;
  font-family:Arial;
  font-size:7pt;
  text-decoration:none;
  height: 100%;
}

h1 {
  color: black;
  font-family:Verdana;
  font-size:14px;
  text-decoration:none;
}

#flash {
	height:100%;
	width: 100%;
}


