
body {
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('tlo.jpg');
}

div.test {
	margin: 0 auto;
	clear: both;
	padding: 0px;
	text-align: center;
	width: 800px;
}

.test P {
	width: 450px;
	border-left: 1px solid #000080;
	text-align: justify;
	padding-left: 12px;
}

H1 {
	color: #8a15ff;
	font-family: Georgia;
	font-size: 21px;
}

H2 {
	color: #400080;
	font-family: Georgia;
	font-size: 19px;
}

td {
	border-bottom: 1px solid #c0c0c0;
	padding: 6px 20px 6px 0px;
	text-align: left;
}

div.foot {
	font-size: 10px;
	font-family: Verdana;
	color: #808080;
}

.foot A:link		{ color: #646464; text-decoration: underline; }
.foot A:visited	{ color: #646464; text-decoration: underline; }
.foot A:active	{ color: #483D8B; text-decoration: none; }
.foot A:hover		{ color: #483D8B; text-decoration: none }

.red {
	color: #ff0000;
}


div#tipDiv {
  position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
  background: url("tooltipbg.gif") #eef2f9;
  border: 1px solid #336; 
  width: 250px;
	padding: 4px;
  color: #000;
	font-size: 13px;
	line-height: 1.2;
}
div.tp1 {
	font-size: 12px;
	color: #336;
	padding-top: 4px;
}


