body
{
	background-color: #c2c2c2;
	margin: 0;
	padding: 0;
}

table, tr, th, td, img, p
{
	padding: 0;
	margin: 0;
	border: 0;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px; 
}

table, tr, th, td
{
	color: white;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
}

p.error
{
	font-weight: bold;
	color: #FF8844;
}

p.message
{
	font-weight: bold;
	font-style: italic;
}

p.pathline
{
	color: navy;
}

td.content
{
	color: white;
	background-color: #012990;
}

td.content,
td.content p,
td.content li,
td.content td
{
	font-family: arial;
	font-size: 13px;
}

td.content h1
{
	font-family: arial;
	font-size: 19px;
	text-align: center;
}

table.form td
{
	padding: 3px;
}

table.form td.label
{
	font-weight: bold;
	text-align: right;
}

td.category_button
{
	height: 4ex;
	padding: 2px;
	border: solid #AAAAAA 1px;
}

td.category_button,
td.category_button a
{
	text-decoration: underline;
	color: black;
	text-align: center;
}

table.green_listings th
{
	padding: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: white;
	border: solid black 1px;
	text-align: center;
}

table.green_listings td
{
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: black;
	border: solid #CCCCCC 1px;
	text-align: center;
}

table.green_listings th { background-color: #008800; }
table.green_listings tr.odd { background-color: #F8FFF8; }
table.green_listings tr.even { background-color: #EEFFEE; }

a.listings,
a.listings:link,
a.listings:visited
{
	color: #000099;
}

a.listings:active,
a.listings:hover
{
	color: #0000ff;
}

div.infobox
{
	background-color: #479bf4;
	color: black;
	padding: 7px;
	border: solid #4394ee 1px;
}

div.infobox td
{
	color: black;
}

div.contentbox
{
	background-color: white;
	color: #005cb8;
	padding: 4px;
	border: solid #4fa7ff 3px;
}

div.contentbox td
{
	color: #005cb8;
}

a.contentlink,
a.contentlink:link,
a.contentlink:visited
{
	color: #005cb8;
}

a.contentlink:active,
a.contentlink:hover
{
	color: #000055;
}

a,
a:link,
a:visited
{
	color: white;
}

a:active,
a:hover
{
	color: yellow;
}
