body {
	font-size: 12px;
	font-family: Arial;
	background-color: #F9F1E0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}
td.cont {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
td {
	font-size: 12px;
	color: #000000;
}
input {
   font-size: 12px;
	color: #000000;
}
textarea {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	font-size: 12px;
	color: #000000;
}
select {
   background-color: #ffffff;
   font-size: 12px;
	color: #000000;
}
select.sm {
   background-color: #ffffff;
   font-size: 12px;
	color: #000000;
	width: 70px;
	height: 19px;
	border: 1px solid #BDBEBE;
}
p {
	font-size: 12px;
	color: #000000;
}
li {
	font-size: 12px;
	color: #000000;
}
lo {
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
table.border{
border-collapse:collapse;
}

table.border td, table.border th{
border:1px solid #000000;
}
table.border2{
border-collapse:collapse;
}

table.border2 td, table.border2 th{
border:1px solid #ffffff;
}
#pages {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#pages li{
	float:left;	
	padding: 1px 5px 1px 5px;
}
#pages {
	overflow:hidden;
	width:100%;
}
#pages li a:link, #pages li a:active, #pages li a:visited {
	text-decoration: none;
	display: block;
}
#pages li a:hover {
	text-decoration: none;
}