body
{
	height:				auto;
	margin:				0px;
	font-family:		Verdana;
	font-size:			10pt;

	color:				#8C94A5;
	background:			#FFFFFF url("/images/backgroundTile_small.png") top left repeat-x;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Museo Slab", arial, san-serif;
	font-weight: normal;
	color: #99CC00;
}

h3
{
	font-size: 1.8em;
}

h4
{
	font-size: 1.3em;
}

a, a:link, a:visited
{
	color: #383E47;
	text-decoration: none;
}

a:hover
{
	color: #99CC00;
}

h3 + *, * + h3
{
	margin-top: 20px;
}

h4 + *
{
	margin-top: 10px;
}

p + *
{
	margin-top: 10px;
}

p + *, table + *, ul + *, ol + *
{
	margin-top: 10px;
}

* + form
{
	margin-top: 20px;
}

ul
{
	list-style-position: inside;
	list-style-type: none;
}

li
{
	padding: 3px 0px 3px 25px;
	
	background: url("/images/bullet.png") 0.7em 0.8em no-repeat;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}