body {
  background-color:#FCFFD1;
  BACKGROUND-IMAGE: url(/images/bg2.jpg);
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.dragme
	{
		position:relative;
		border-width:0px;
		border-style:none;
		padding: 0px;
		margin: 0px;
		cursor:pointer;
		background-repeat:no-repeat;
	}
	
.error {
		color: #FF0000;
	}
	
.errordesc {
	font-size:110%;
}

#menubar
	{
		display:block;
		top:0px;
		left:0px;
		width:99%;
		height:54px;
		overflow:hidden;
	}
	
#infobar {
	margin-bottom:12px;
}
	
	
input, textarea, select {
	background-color: #EEEEEE;
	border: 1px solid #d3d0ff;
	cursor:pointer;
	margin-right:4px;
}


a, a:visited {	
	color: #004488;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}

a:hover {
	color: #990033;
}

h1 {
	font-size:80%;
	border:none;
	margin:0px;
}

