body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contentTable {
	height: 100%;
}
.contentCell {
	background-image: url(images/bgContent.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.button
{
background-color:#ffffff;
border-style:solid;
border-color:#333333;
border-width:1px;
color:#000000;
font-size:12pt;
}

h3.hp
{
color:#000000;
font-size:18pt;
}

p.hp,ul.hp,li.hp,span.hp
{
color:#000000;
font-size:12pt;
font-weight:bold;
}


