body {
	background: #FFF;
	margin: 0;
	padding: 0;
}
body,
td,
th {
	font: 80% Arial, Geneva CY, Sans-Serif;
}
a, a:link {
	color: #00539b;
}
a:visited {
	color: #5782a4;
}
a:hover {
	color: #a8470f;
}

p.error,
p.warning {
	color: red;
}
p.message {
	color: green;
}
h1 {
	margin: 0 0 1em 0;
	font-size: 180%;
	color: #49aa35;
}

#header .logo {
	top: 4em;
	position: absolute;
	left: 4em;
	width: 103px;
	height: 83px;
	background: url(/common/i/logo.gif) no-repeat;
}

#content {
	margin: 7em 2em 0 17em;
}
#content .arrows {
	margin-bottom: .5em;
	font: 187% Times, Serif;
	font-weight: 700;
}
#content .image {
	margin-bottom: 1.2em;
}

#content .file {
	margin: 7px 0 1.2em 23px;
	position: relative;
}
#content .file span.icon {
	position: absolute;
	left: -23px;
	margin: 2px 7px 0 0;
}
#content .w100percent {
	width: 100%;
}
#content h1.full {
	margin: 0 0 1em 173px;
}
