/* CSS Document */

body{
background-image: url(images/_tlo_all.jpg);
background-repeat:repeat;
}
ul{
margin-left:15px;

}
a	{

	font-weight:bold;
	text-decoration : underline;  
	color: #9E5739; 	
	}

a:hover	{
	color: #D6CFBD; 	

	}

.header
{
	color:#C82E00;
	font-size: 12pt;
	font-weight:bold;
}

.header2
{
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	

}

.date{

color:#9E5739;
font-weight:bold;

}

.middle{
width: 500px;
text-align:left;
}

.marked{

background-color: #ECE8DF;

}

p,td
{
    color: #000000; 	
	font-family: Arial;
	font-size: 10pt;
	line-height: 16px;

}

.table {
border-collapse: collapse;
border: 1px outset #69655A;

}
.table TD {
border: 1px solid #69655A;
text-align:left;

} 
.button{
	background-color: #DDDDDD;
	border: 1px outset #334166;
	font-size: 8pt;
	width:120px;
	text-align:center;
}

.field{
	background-color: #FFFFFF;
	border: 1px outset #334166;
	font-size: 8pt;
	color:#69655A;
	width: 120px;
	margin-bottom: 5px;
}
.error{
color: Red;
} 
.photo{
border: 1px solid #B5BEC1; padding:5px;
}
-->


