body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, select
{
	font-family: verdana,helvetica,arial,sans-serif;
}

body
{
	font-size: 70%;
	color: #000000;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

span.data
{
	color: Maroon;
}

span.author
{
	color: Gray;
	font-style: italic;
	padding-bottom: 10px;
}

span.title
{
  font-size: 120%;
	font-weight: bold;
}

table, input
{
	font-size: 100%;
}

input, textarea, select
{
	font-size: 100%;
	background-color: WhiteSmoke;
}

select.invalid
{
	color: White;
	background-color: #900B09;
}

input.invalid
{
	color: White;
	background-color: #900B09;
}

tr.header
{
  font-weight: bold;
	vertical-align: text-top;
	background-color: Silver;
}

tr.pager
{
  font-weight: bold;
  color: Gray;
  font-size: 120%;
	vertical-align: text-top;
}

tr.item
{
	background-color: Transparent;
	vertical-align: text-top;
}

tr.alternateitem
{
	background-color: WhiteSmoke;
	vertical-align: text-top;
}

tr.edititem
{
	color: #000077;
	background-color: #eeeecc;
	vertical-align: text-center;
}

td.item
{
	background-color: Transparent;
	vertical-align: text-top;
}

td.alternateitem
{
	background-color: WhiteSmoke;
	vertical-align: text-top;
}

div
{
	width: 100%;
}

h1, h2, h3
{
	font-family: helvetica,arial,sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: transparent;
	color: #000077;
}

h1
{
	font-size: 160%;
}
h2
{
	font-size: 130%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 100%;
}
h5
{
	font-size: 90%;
}
h6
{
	font-size: 80%;
}

p.intro
{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin-top: 10px;
}

pre
{
	font-family: "Courier New" ,monospace;
	font-size: 110%;
	margin-left: 0;
	margin-bottom: 0;
}

img.float
{
	float: left;
}

hr
{
	background-color: transparent;
	color: #000000;
	height: 1px;
}

a.nounderline
{
	text-decoration: none;
}

a:link
{
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}

a:active
{
	color: Navy;
	background-color: transparent;
}

a:hover
{
	color: Navy;
	background-color: transparent;
	text-decoration: underline;
}

