body {
	font-family:			trebuchet ms, tahoma, sans-serif;
	font-size:				11px;
	color:					black;
	
	background-image:		url("eucrest-pres.png");
	background-position:	top right;
	background-repeat:		no-repeat;
	background-attachment: 	fixed;
}

a {
	color:					maroon;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

h1 {
	margin:					5px 0px;
	padding:				0px;
}

h2 {
	font-size:				14px;
}

h3 {
	margin:					5px 0px;
	padding:				0px;
}

pre {
	background-color:		#f6f6f6;
	border: 				1px dotted black;
}

#contain {
	position:				absolute;
	left:					50%;
	width:					400px;
	margin-left:			-200px;
	margin-top:				15px;
}

.xmlfile ul {
	margin: 				0px;
	padding: 				0px;
	list-style: 			none;
}

.xmlfile ul li {
	background-image: 		url('arrow.gif');
	margin: 				0px 2px;
	padding-left: 			10px;
	background-repeat:		no-repeat;
	background-position: 	center left;
}

#header p {
	margin:					0px;
	padding:				0px;
}

/* merged from other style sources */
table {
	border: 				1px solid black;
	width:					100%;
	background-color:		white;
}

.header {
	background-color:		black;
	color:					white;
	font-weight:			bold;
}

.hilite {
	background-color:		#f6f6f6;
}

.field_name {
	font-weight:			bold;
	text-align:				right;
	vertical-align:			top;
	width: 					100px;
	margin-right:			10px;
}

input,select,textarea {
	font-family:			trebuchet ms, tahoma, sans-serif;
	font-size:				11px;
	color:					black;
	border: 				1px solid black;
	background-color:		#f6f6f6;
	width:					175px;
}

.name {
	font-size:			14px;
	font-weight:		bold;
}
