/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color:#ffffff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
h1 {
font-size:18px;
}
hr {
color: #000000;
height: 1px;
}

#outer {
border: 1px dashed #ccc;
width:880px;
background-color:#FFFFFF;
padding: 5px;
}

table, td, tr { border-collapse:collapse;}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0000CC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
table#LL_outer {
	border:1px solid black; 
	background-color: #ffffff;
}
table#LL_banner{
	border:1px solid black; 
	background-color: #777;
	color: #ffffff;
	margin-top: 10px;
}
table#LL_banner a:link{
	color: #ffffff;
}
table#LL_banner a:hover{
	color: #000000;
	text-decoration: underline;
}
table#LL_links {
	border:1px solid black;
	width: 90%;
	margin-bottom: 10px;
}
table#LL_links a{
	color: #0000ff;
}
table#LL_links a:hover{
	color: #0000ff;
	text-decoration: underline;
}
table#LL_footer {
    width: 100%;
	font-size:9px;
	font-weight: bold;
}
.legal {
text-align: center;
font-size: 10px;
border-top: 1px dashed #ccc;
}

.style1 {font-size: 14px}
.style2 {font-size: 16px}

