#Layer1 {
	position:absolute;
	width:493px;
	height:325px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;
}

#layer2 {
	position:absolute;
	width:520px;
	height:330px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;

}

#layer3 {
	position:absolute;
	width:515px;
	height:355px;
	z-index:1;
	overflow: scroll;
	background-color: #FFFFFF;
	visibility: hidden;

}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 10px;
	color: #666600;
	background-color: #DDE8FF;
}

INPUT, SELECT, TEXTAREA, SUBMIT {
	background-color: #FFFFFF;
	color: black;
	font-family: verdana;
	font-size: 12px;
	border: groove 1px gray;
	padding: 2;
}

.nav {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF
}

A:LINK{
	color: #333333;
	text-decoration: underline
}

A:VISITED{
	color: #333333;
	text-decoration: underline
}

 A:ACTIVE{
	color: #3399CC;
	text-decoration: underline
}

 
  A:HOVER{
	color: #3399CC;
	text-decoration: underline
}

td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	line-height: 20px;
}

h1{
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	text-align: left;
	line-height: 20px;
	}
	
	h2{
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-align: left;
	line-height: 20px;
	}
	
#content {
	background-color: #FFFFFF;
	
}

