/* SPEVI web site */
/* Version 1: 2005-09-26 */

/* ########## FILTERS ########## */

/* undohtml.css file used to create a consistent starting point by outruling browser defaults */
@import url(undohtml.css);

/* browser specific filters */
@import url( filters.css );

/* ########## END FILTERS ########## */

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 100%/2 arial, sans-serif;
}

div#headmast {
	background: #ffffff;
	height: 126px;
	border-bottom: 0;
	padding:0;
	margin:0;
	display:block;
	text-align: right;
}

div#wrapper {
	background: #fff;
	color: #000;
	margin: 0;
	padding:0;
	width: 100%;
}

div#wrapper a {
	background: transparent;
	color: #0000ff;
	text-decoration: underline;
}

div#content {
	margin: 0;
	border-right: 0;
}

div#content h1 {
	background: #ffffff;
	color: #000000;
	font-size: 120%;
	margin:0;
	padding: .4em 0em .4em 0em;
	border-bottom: 1px solid #ccc;
}

div#content h2 {
	background: transparent;
	color: #000000;
	font-size: 120%;
	margin:0;
	padding: .2em 0em 0em 0em;
}

div#content p {
	padding: .75em 0em .75em 0em;
}

div#content ul {
	padding: .75em 0em .75em 2em;
	list-style: disc;
}

div#content ol {
	padding: .75em 5em .75em 3em;
	list-style: decimal;
}

div#content dl {
	padding: .75em 0em .75em 0em;
}

div#content dt {
	font-weight: bold;
}

div#content dd {
	padding-left: 2em;
}

div#menu {
	display:none;
}

div#menu ul {
	display:none;
}

div#menu ul li {
	display:none;
}

div#menu ul a {
	display:none;
}

div#menu ul a:hover {
	display:none;
}

div#footer {
	background: #ffffff;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	margin:0;
	padding: .25em;
	text-align: right;
}

div#siteinfo {
	font-size: 80%;
	padding: 1em 0em;
	text-align: right;
	margin-top: 2em;
	border-top: 1px dotted #ccc;
}

p#skiplink {
	display: none;
}

p#skiplink a {
	display: none;
}

p#skiplink a:hover {
	display: none;
}

div#content p.top {
	display: none;
}