
body, table, input, textarea
{
	font-size: small;
	color: #333;

	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
body
{
	background-color: #808080;
	margin: 0px;
}

hr.separator
{
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 1px;
}

th.spec_key
{
	background-color: #ddd;
	font-size: x-small;
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
}
td.spec_val
{
	background-color: #eee;
	font-size: x-small;
	padding-left: 4px;
	text-align: left;
}

tr.row
{
	background-color: #f9f9f9;
}
tr.altrow
{
	background-color: #ededed;
}
tr.activerow
{
	background-color: #ffffaa;
}
caption
{
	font-size: 1em;
	font-weight: bold;
	margin: 1em;
}
blockquote
{
	font-style: italic;
}

/* basic global stuff */

form { margin: 0px; }
a { color: #25c; }
a:active { color: #f00; }
a:hover { color: #68c; text-decoration: none; }
img { border: none; }
h1,h2,h3,h4,h5,h6 { margin: 0px; margin-bottom: 1em; font-family: Tahoma, Helvetica, Arial, sans-serif; }

/* h1-h6: maintaining consistency across browsers */
h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 0.75em; }
