body
{
	background-color: Black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
}

p
{
	margin-bottom: 10px;
	margin-top: 0px;
}

ul
{
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 20px;
}

img
{
	border: 0px;
}

textarea
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
}

h1
{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;	
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 0px;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
	background-image: url(../../media/design/img/h2Bg.gif);	
	background-repeat: repeat-x;
	height: 24px;
	line-height: 23px;
	padding-left: 9px;
}

h3
{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

a
{
	color: #5aa33a;
}