@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #003366;
	font-family: "Comic Sans MS", cursive;
	font-size: 12pt;
	background-color: #696;
}
.oneColFixCtr #container {
	width: 830px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #E6E6FA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}


a {
	text-decoration: none;
	color: #933;
}

a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.bright {
	font-size: 14pt;
	color: #933;
}
.lpscaatable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.listtxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
