/* Defaults */

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2,
h3, h4, h5, h6, menu, ol, p, td, th, ul, li	{
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form,
menu, ol, p, td, th, ul, li	{
	font-size: 13px;
}

body	{
	color: #fff;
	background: #c0c0c0 url("/images/splats.png") repeat;
	margin: 0; padding: 0;
}

td	{
	text-align: left;
	vertical-align: top;
}

th.cd	{
	text-align: right;
	vertical-align: top;
}

.content	{
	margin: 20px;
	text-align: left;
}

a	{
	color: #c03;
	text-decoration: none;
}

a:hover	{
	color: white;
	background: #666;
}

a.plain	{
	color: white;
	text-decoration: none;
}

a.plain:hover	{
	color: white;
	text-decoration: none;
	background: #666;
}

textarea, input, select	{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	border-width: thin;
	border-style: solid;
	background-color: #white;
}

pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-size: 12px;
	background: inherit;
	color: #fff;
}