html {
	font-size: 100%;
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:100%;
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #faebd7;
}


.Company_title 	{ 
	font-size:1.8em; 
	color:#FF0000; 
	text-decoration: none;
}

.lrtTermsText {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	color: #0000af;
}

.lrtTautText {
	font-size: 1.2em;
	font-weight: bold;
	color: #008f00;
}

#header-left {
	float: left;
	margin: 0px;
	width: 20%;
	padding-left: 0%;
}

#header-middle {
	
	float: left;
	text-align: center;
	font-weight: bold; 
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
}
#header-right {
	width: 20%;
	float: right;
	text-align: right;
	clear: right;
	padding-right: 0%;
}

.ie6-left {
	clear: both;
	width: 100%;
	float: left;
}

div 				{ font-size: 1em; }

h1				{ font-size:2em; text-decoration: none;}

h2				{ font-size:1.8em; text-decoration: none;}

h3				{ font-size:1.6em;text-decoration: none;}

p 				{ margin-left: 10px; text-align: left; }

p.bold				{ font-size:1.0em; margin-left: 10px; text-align: left; font-weight: bold; }

p.pink				{ font-size:1.0em; margin-left: 10px; text-align: left; color: #FF00AA; }

.red 				{ color:#FF0000; margin-left: 10px; text-align: left; }

.blue2 				{ font-weight: bold; margin-left: 10px; text-align: left; }

.red2 				{ font-weight: bold; color:#FF0000; margin-left: 10px; }

.red2c 				{ font-weight: bold; color:#FF0000; margin-left: 10px; text-align: center; }

li				{ font-size:1.0em; margin-left: 10px; text-align: left; }

div#news			{ margin-left: 10px; margin-right: 10px; font-size:1.2em; font-weight: bold; text-decoration: none; text-align: justify;}

.news				{ font-size:1.2em; font-weight: bold; color:#FF0000; text-decoration: none;}

.taut				{ font-weight: bold; color: green; }

a:link				{ font-weight:bold; font-size:0.9em; color:#0000AF; text-decoration: underline; }
a:visited 			{ font-weight:bold; font-size:0.9em; color:purple; text-decoration: underline; }
a:hover 			{ font-weight:bold; font-size:0.9em; color:#FF0000; text-decoration: underline; }

.lrtContactTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 1px solid #D2B48C;
}

.lrtContactTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.lrtContactTable th {
	font-weight: bold;
	padding: 2px;
	font-size: 1em;
	vertical-align: top;
	padding-top: 3px;
}

.lrtContactTable td {
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	height: 2em; 
	border: 1px solid #D2B48C;
	min-height: 1px;
}

