html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	color: #757575;	
}

h1 {
	color: green;
	font-size: 20px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}


h2{
	color: #008B8B;
	font-size: 15px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}

a{
	color: #008B8B;
	font-size: 15px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}

.notice{
	color: #4A708B;
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}

.dotted{
		border: 2px #339966 dotted;
		padding: 15px;
		margin:25px;
}

.maindiv{
		border: 6px #339966 double;
		padding: 15px;
		margin: 25px;
}


  #loading {position: absolute; z-index: 100; top: 0; }
 #done {position: absolute; visibility: hidden; z-index: 200; top: 0;}