/* prax  style */
/* td {border:1px solid #000000;}  */

/* general */

*
	{
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
body
	{
	padding: 0;
	margin: 0;
	}
div,p, span, strong, em, table, tr, td, label, form,h1,h2,h3,h4,h5,h6,button
	{
	background-color: transparent;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	}
input,textarea
	{
	background-color: #ffffff;
	color: #000000;
	}
div#body 
	{

	}
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	}
img
	{
	border: none;
	}
label,a,button, button.ul, button.ul_c
	{
	cursor: pointer;
	}
a
	{
	text-decoration: underline;
	color: #669933;
	}
a:hover
{
background-color: #669933;
color: #ccffcc;
}

div.spacer10
	{
	height: 10px;
	}
div.spacer5
	{
	height: 5px;
	}
/* fonts and colors */
h2
{
font-size:18pt;
font-weight: 700;
background-color: #669933;
color: #ccffcc;
}
h3
{
font-size: 18pt;
font-weight: 700;
color:#000000;
}
div.top p, div.top strong, div.top em
	{
	font-size: 12pt;
	}
div#main p
	{
	font-size: 11pt;
	}
h6, h5
	{
	font-size: 14pt;
	}
h1, h4
	{
	font-size: 16pt;
	}
div#main p, div#main h4, div#main h5
	{
	text-align: left;
	}
td, td p, h1, h2, h3, h6, div.top p, div.top div, div#bottom p
	{
	text-align: center;
	}
h1
{
background-color: #669933;
color: #ccffcc;
	font-weight:700;
}
strong, a, h4, h5, h6
	{
	color: #336600;
	font-weight:700;
	}
em
	{
font-style: italic;
	color: #cc3300;
	}
h1, h2, h3, h4, h5, h6, a, 
	{
	font-family:"Comic Sans MS", cursive, sans-serif;
	}

a h6
	{
	text-decoration: underline;
	color: #669933;
	}
a:hover h6
{
background-color: #669933;
color: #ccffcc;
}


/* layout */
p
{
padding:5px 10px 5px 10px;
}
h1, h2, h3, h6
{
margin: 0 10px 10px 10px;
}
h4, h5
{
margin: 10px 0px 5px 0px;
}
div#header
{
		background-image: url(wp-leaves.jpg);
padding:10px;
}
table#top_table, table.full_table
{
width: 100%;
}
table#top_table td
{
width:25%;
background-color: #ccff99;
	vertical-align: top;
}
table.full_table td
{
width: 50%;
background-color: #ccff99;
	vertical-align: top;
	}
img.top_img
{
height: 100px;
}
img.link_img
{
width: 120px;
}
a.block_link, a.block_link:hover
{
display: block;
text-decoration: none;
text-align: center;
}
div#main
{
margin: 20px 10px 20px 10px;
}
.show
{
display: block;
}
.hide
{
display: none;
}
a.display
{
padding-left:100px;
}
div#main img
{
height: 100px;
margin-right: 5px;
float: left;
}
div#bottom
{
border-top: 5px solid #669933;
}

/* Font units
10pt ... 16px
12pt ... 20px
14pt ... 24px
approx. 1pt = 1.7px

web safe fonts:
	font-family:"Comic Sans MS", cursive, sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;

text-transform: uppercase;
letter-spacing: normal; -1 to app. 3px
*/