body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, san serif;
	color: #222222;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

input.field {
	padding: 2px;
	width: 142px; 
	margin: 0px; 
	font-size: 12px; 
	font-family: verdana, arial, san serif;
	border: 1px black solid;
}

input.select {
	padding: 1px;
	width: 120; 
	margin: 0; 
	font-size: 12px; 
	font-family: verdana, arial, san serif;
}

input.button {
	padding: 1px; 
	margin: 0; 
	background: #BBB7C5; 
	font-size: 12px; 
	font-family: verdana, arial, san serif; 
	color: white; 
	font-weight: normal;
}

ol a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

ol a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

ul a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

ul a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

p a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

p a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

#blue {

	left: 0px;
	top: 0px;
	height: 90px;
	z-index: 5;
	background-color: #ADDFFF;
	padding: 0px;
	border: 0px;	
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px black dashed;

}



#baghandler {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 10px;
	z-index: 0;
}

#bag {
	position: absolute;
	width: 484px;
	height: 306px;
	top: -101px;
	left: -450px;
	z-index: 0;
}

#shell {
	z-index: 10;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 10px;
	height: 10px;

}
	
#core {
	position: absolute;
	top: 0px;
	left: -330px;
	width: 660px;
}


#topshell {
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 10px;
	height: 10px;

}
	
#topcore {
	position: absolute;
	top: 0px;
	left: -330px;
	width: 660px;
}


