a.nav:link {color: #292c23; text-decoration: none; font-size: 18px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;}
a.nav:visited {color: #292c23; text-decoration: none; font-size: 18px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;}
a.nav:hover {color: #f1ffd6; text-decoration: none; font-size: 18px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;}
a.nav:active {color: #292c23; font-size: 18px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;} 

a.cat:link {color: #444034; text-decoration: none; font-weight: bolder; font-size: 14px; font-family: "Courier New","Lucida Grande",Garuda,sans-serif;}
a.cat:visited {color: #444034; text-decoration: none; font-weight: bolder; font-size: 14px; font-family: "Courier New","Lucida Grande",Garuda,sans-serif;}
a.cat:hover {color: #f1ffd6; text-decoration: none; font-weight: bolder; font-size: 14px; font-family: "Courier New","Lucida Grande",Garuda,sans-serif;}
a.cat:active {color: #444034; font-size: 14px; font-weight: bolder; font-family: "Courier New","Lucida Grande",Garuda,sans-serif;} 

.button {
  border: 1px solid #b1ada1;
  background: #f1ede1;
  font-family: Verdana, Helvetica, sans-serif;
  color: #444034;
  height: 20px;
  margin: 0 4 0 0;
}

.button:hover {
	color: #444034;
	background: #f1ffd6;
	border: 1px solid #b1ada1;
}


.center { 
	  border: 1px solid #b1ada1;
    background: #f1ede1;
    color: #444034;
		padding: 4px;
		text-decoration: none;	
		margin: 1 1 1 1;
}

.normal { 
	  border: 1px solid #b1ada1;
    background: #f1ede1;
    color: #444034;
		padding: 4px;
		text-decoration: none;
		float: left;
}

label.radio {     
	color: #575656;
	font-size: 14px; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-color: transparent;
	position:relative; 
	text-align:left;
}

#text {     
	color: #575656;
	font-size: 16px; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 20px 0 10px;
	width: 100%;
	text-align: center;
}

#text_1 {     
	color: #575656;
	font-size: 14px; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 20px 0 10px;
	width: 100%;
	text-align: center;
}

#text_item {     
	color: #575656;
	font-size: 16px; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0;
	width: 100%;
	text-align: left;
}

#pages {
	padding: 0px;
	font-size: 10px; 
	font-family: Verdana, Helvetica, sans-serif;
	margin: 10 0 10 0;
	width: 100%;
	text-align: center;
}

a.page_button {
  height: 20px;
  margin: 0 4 0 0;
  text-decoration: none
  color: #444034;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #b1ada1;
	background: #f1ede1;
}

a.page_button_current {
  height: 20px;
  margin: 0 4 0 0;
  text-decoration: none;
	color: #FFF;
	border: 1px solid #b1ada1;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background: #3d4586;
}

a.page_button_disabled {
  height: 20px;
  margin: 0 4 0 0;
  text-decoration: none;
	color: #CCC;
	border: 1px solid #b1ada1;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background: #f1ede1;
}

a.page_button:hover {
	color: #444034;
	background: #f1ffd6;
	border: 1px solid #b1ada1;
}

a.page_button:visited {
	color: #444034;
	border: 1px solid #b1ada1;
	text-decoration: none;
}

a.page_button:active {
	color: #444034;
	border: 1px solid #b1ada1;
	text-decoration: none;
}

a.page_button:link {
	color: #444034;
	border: 1px solid #b1ada1;
	text-decoration: none;
}