/*
	Copyright (c) 2006-2008 Holly Berry House Originals
	Stylesheet by John M. Barber
*/

body
{
	background: #fefae9;
	color: black;
	font-family: serif;
	font-size: 12pt;
	text-align: center;
}

table
{
	font-family: serif;
	font-size: 12pt;
	text-align: left;
}

p
{
	color: black;
	font-family: serif;
	font-size: 12pt;
	margin: 5px;
}

h1, h2, h3, h4, h5
{
	color: #008800;
	font-family: serif;
	font-style: italic;
}

/* link colors */
a:link, a:visited
{
	text-decoration: none;
	color: #880000;
}

/* link hover effects */
a:hover, a:active
{
	text-decoration: underline;
	color: #008800;
}

table.banner
{
	border-style: solid;
	border-width: 3px;
	border-color: #880000 #880000 #008800 #008800;
}

table.banner td
{
	border-style: solid;
	border-width: 1px;
	border-color: #008800 #008800 #880000 #880000;
	text-align: center;
}

table.center_list td
{
	text-align: center;
}

table.center_list th
{
	font-size: 14pt;
	text-align: center;
}

a img
{
	border-width: 0px;
}

/* bottom-of-page information */
p.techinfo
{
	color: black;
	font-family: monospace;
	font-size: 10pt;
	margin: 5px;
}

/* horizontal bars */
hr.fullbar
{
	border: solid #008800;
	border-width: 2px 0px 0px 0px;
	width: 100%;
}

hr.halfbar
{
	border: solid #008800;
	border-width: 2px 0px 0px 0px;
	height: 2px;
	width: 60%;
}

hr.thinbar
{
	border: solid #880000;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	width: 75%;
}
