/* hide from ie on mac \*/
html{		
	height: 100%;
	overflow: auto;
}
#flash{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
/* end hide */
body{
	background-color: #FFFFFF;
	font-family: times, tahoma;
	font-style: italic;
	font-siz: 14pt;
	color: #000000;
	margin: 0;		
	padding: 0;
}
#iltp{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: 200px;
}
#enter{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
}
img{
	border:none;
}
a:active{
	color: #809c81;
	text-decoration: none;
}
a:link{
	color: #809c81;
	text-decoration: none;
}
a:hover{
	color: #4d7794;
	text-decoration: none;
}
a:visited{
	color: #809c81;
	text-decoration: none;
}
