div#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
	margin-right: 27px;
	margin-left: 27px;
	text-align: center;
	background-color: #B6BCB6;
	clear: both;
}
div#menu a:link {
    color: #003300;
	text-decoration: none;
}
div#menu a:visited {
    color: #003333;
	text-decoration: none;
}
div#menu a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	text-transform: uppercase;
}
div#menu a:active {
    font-weight: bold;
    color: #0066CC;
	text-decoration: none;
}
body {
	background-image: url(../pix/Lin-Background-2-side.gif);
	margin: 0px;
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
	width: auto;
	position: static;
	height: auto;
	left: auto;
	right: auto;
	text-align: justify;
	padding: 5px;
	margin-left: 27px;
	margin-right: 27px;
	border: 1px solid #999999;
}
div#copyright a:link {
    color: #003300;
	text-decoration: none;

}
div#copyright a:visited {
    color: #003300;
	text-decoration: none;
}
div#copyright a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	text-transform: uppercase;
}
div#copyright a:active {
    font-weight: bold;
    color: #0066CC;
	text-decoration: none;
}
.xxsmall_no_decoration {font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: hand;
}
.xsmall_no_decoration {font-size: x-small;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		cursor: hand;
}
div#spacer {
	clear: both;
	height: 3px;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
}
