body {
	font: 75%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #1e1e1e;
	background-color: white;
}

/* set default margins and paddings for various block-level elements */

address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold italic 233%/1 "Trebuchet ms", "Times New Roman", Times, serif;
	line-height: 100%;
	margin: 0 0 .125em 0;
}

h2 {
	font-size: 100%
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%
}

/* anchors */

a:link {
	color: #005081;
}

a:visited {
	color: #ffaf7e;
}

/* lists */

ol, ul {
	margin-left: 1.5em;
}

/* other */

img {
	border: none;
}

dfn {
	font-style: normal;
	border-bottom: 1px dotted black;
	cursor: help;
}

/* classes */

/* #head */

#head {
	margin-bottom: 1em;
	padding: 15px;
}

#head p {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
}

#head a {
	color: white;
}

#head a.more {
	font-weight: bold;
	background: url(../gfx/picto_more.gif) no-repeat left;
	padding: 0 0 0 10px;
}