<!--

/* ********************
ABIS Style Sheet

(c) Nigel Moss 2004
   ******************** */

#content {
	margin-right: 5em;
	padding-left: 2em;
	margin-left: 10em;
	border-left: 1px solid #9C9C9C;
	position: relative;
	height: 15em;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}

#menu {
	width: 10em;
	padding: 0 0 1em 0;
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	color: #FFFFFF;
	float: left;
	position: relative;
	font-size: 1em;
}

#menu ul {
	list-style: none;
	margin-left: 0em;
}

#bottom {
	margin-top: 1em;
	margin-left: 10em;
	padding-bottom: 1em;
	color: #FFFFFF;
	background-color: transparent;
}

body {
	background-color: black;
	color: #FFFFFF;
	position: absolute;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

H1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	background-color: #CCCCCC;
	width: 100%;
}

h1.front {
	text-align: center;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: transparent;
}

h2.front {
	color: white;
	background-color: black;
	text-align: center;
}

div.frontdiv {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: transparent;
}

p.front {
	text-align: center;
}

p.priorityNormal {
	color: #00ff00;
}

p.priorityHigh {
	color: #ffffff;
	background-color: #ff0000;
	text-align: center;
}

p.indented {
	margin-left: 2em;
}

a {
	color: #FFFF00;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

p.small {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}

a img {
	border: 0;
}

tr {
	vertical-align: top;
}

-->