a:link {
	color: #0000FF;
	border:none;
}

a:visited {
  color: #3366FF;
  border:none;
}

a:hover {
	text-decoration: none;
	border:none;
}

a:active {
	color: #FF0000;
}

#Layer1 {
	position:absolute;
	width:600px;
	height:640px;
	z-index:1;
	left: 100px;
	top: 100px;
	border:thin;
	background-color: #EEEEF0;

}
body {
	background-color: #FFFFFF;
	}
	
a img:hover {
	border: #999999;
	border:none;
	}
a img:visited {
border: #999999;
border: dashed; 
}

.errorTextStyle {
	color: #990033;
	font-size:16px;
}
.styleArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:inherit;
	

}

