body
{
	font-size: 8pt;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	text-align: center;
}

DIV#divMain
{
	width: 100%;
	text-align: center;
	top: 150px;
	position: absolute;
}

TABLE#tblMain
{
}

TABLE#tblContact
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

TABLE#tblContact TH
{
	background-color: #ffffcc;
	font-size: 8pt;
	height: 30px;
}

TABLE#tblContact .Even
{
	background-color: #f0f8ff;
}

TABLE#tblContact TD
{
	height: 30px;
}

td
{
	font-size: 8pt;
}

.CompanyName
{
	font-size: 20pt;
	color: navy;
	font-weight: bold;
	width:100%;
}

.label
{
	font-weight: bold;
}

.slogan
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	padding-top: 20px;
}

A:link, A:visited
{
	color: blue;
}

A:hover
{
	color: red;
}

SELECT.value
{
	font-size: 8pt;
	font-family: Verdana;
}

INPUT.value
{
	font-size: 8pt;
	font-family: Verdana;
}

INPUT.button
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}
