/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Arial; font-size: 10pt;
	border-collapse: collapse; color: #484848;	line-height: 1.4;
}
p{	line-height: 1.4; color: #484848;}



hr {	color: #c2bdaf;	}
a:link {
	COLOR: #79893f; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #79893f; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #79893f; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #79893f;
}



/*---------------- css bg -----------------------------*/
.bg_content {
	background-color: #fffff6;
	background-image: url(bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/*---------------- css text -----------------------------*/
.text_dark {
	color: #534022;
}
.text_white {
	color: #ffffff;
}
.text_black {
	color: #000000;
}
.title {
	color: #79893f;
	font-size: 20px;
	line-height: 1;
	font-family: Arial;
}
.text_date {
	color: #79893f;
	font-size: 10px;
	font-weight: bold;
}
.text_small{
	font-size: 10px;
}
.textbody {
	font-family: Arial; font-size: 10pt;
	color: #484848;	line-height: 1.4;
}


/*---------------- css menu -----------------------------*/

.buttonSearch{
	background-color: #8fa44b;
	border: 1px outset #75883a;
	padding: 1px;
	color: #ffffff;
	text-decoration: none;
	font: 9pt;
	height:20px;
}
input[type=text]{
	font-family: Arial;	font-size: 10pt;
	color: #484848;
	background-color: #ffffff;
	border: 1px inset #ccc28f		
	height: 15px;	
}
.Search{
	font-family: Arial;	font-size: 10pt;
	color: #484848;
	background-color: #ffffff;
	border: 1px inset #ccc28f		
	height: 15px;	
}
select {
	font-family: Arial;	font-size: 10pt; 
	color: #484848;
	background-color: #ffffff;
	border: 1px inset #ccc28f			
	height: 20px;	
}
textarea {
	font-family: Arial;	font-size: 10pt; 
	color: #484848;
	background-color: #ffffff;
	border: 1px inset #ccc28f		

}


input.Search {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	width: 180px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.copyright
{
	font-family: Arial;
	color:#79893f;
	text-align:center;
	font-size: 10pt;
}
.copyright a
{
	color:#79893f;
	text-align:center;
	font-size: 10pt;
	text-decoration: none;
}
.copyright a:hover
{
	color: #79893f;
	text-align:center;
	font-size: 10pt;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 COLOR: #484848; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 COLOR: #484848; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 COLOR: #484848; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #484848;
}

.text_left-right {
 font-family: Arial; font-size: 10pt;
 color: #484848; line-height: 1.4;
}

.title_left-right {
 font-family: Arial; font-size: 12pt;
 color: #484848; line-height: 1.4;
}

.bg_calendar {
	background-color: #c2cba0;
	text-align: center;
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}
.title_quicksearch {
 font-family: Arial; font-size: 18pt;
 color: #484848;
}