@charset "UTF-8";
/* CSS Document */

body {
	background-color: #003366;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.maintext {
	font-size: 12px;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.cell1 {
	background-image: url(images/lakeside_storage_06.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.cell2 {
	background-color: #006699;
	background-image: url(images/lakeside_storage_04.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.menucell {
	background-image: url(images/lakeside_storage_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.spacer {
	color: #00CCFF;
}
.style1 {
	color: #66CCFF;
	font-size: 10px;
}
.style2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.headerlabel {
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.border {
	border: 1px solid #FFFFFF;
}
b {
	color: #00CCFF;
}

