html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
    font-size: 12px; font-family: Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
    /*
	font-family: "times new roman";
	font-size: 13px;
	*/
	background: #FFF;
	margin: 0;
	padding: 0;
}

h1
{
    font-family: Verdana,Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
	/* font-family: "times new roman"; */
	color: black;
	font-size: 21px;
	font-weight: bold;
}

h2
{
    font-family: Verdana,Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
	color: black;
	font-size: 19px;
	font-weight: bold;
}

h3
{
    font-family: Verdana,Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

h4
{
    font-family: Verdana,Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 0;
	text-align: left;
	line-height: 22px;
	background: #E2E2E2;
	padding: 0 4px 0 5px;
	width: 571px;
}

h5
{
    font-family: Verdana,Tahoma,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 0;
	text-align: left;
	line-height: 22px;
	padding: 0 4px 0 5px;
	border-bottom: 1px dotted black;
}

h6
{
	background: url(../images/tlo_h.gif) repeat-x;
	color: white;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 1px 0;
	padding: 0 4px 0 5px;
}

p
{
	margin: 8px 0 8px 0;
}


