/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
table {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	border-collapse: collapse; color: #333232;	line-height: 1.6;
}
p{	line-height: 1.6; color: #333232;}
input[type=text]{
	background-color: #FFFFFF;
	color: #333232;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #DEDEDE 1px solid;
}
select {
	background-color: #FFFFFF;
	color: #333232;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #DEDEDE 1px solid;
}
textarea {
	background-color: #FFFFFF;
	color: #333232;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #DEDEDE 1px solid;
}

a:link {
	COLOR: #333232; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #333232; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #333232; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #333232;
}

.textbody {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	color: #333232;	line-height: 1.6;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #e4e4e4;
	text-decoration: none;
	font: 11px Trebuchet MS;
	height:20px;
	font-weight:bold;
	background-color: #4c9922;	
	border: 1px solid #4c9922;
}

input.Search {
	background-color: #FFFFFF;
	color: #333232;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #DEDEDE 1px solid;
	width: 115pt;
	height:18px;
}
.Search {
	background-color: #FFFFFF;
	color: #333232;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #DEDEDE 1px solid;
	width: 115pt;
	height:18px;
}
.copyright
{	
	color: #333232;
	text-align:center;
	font-size:12px;
}
.copyright a
{
	color: #333232;
	text-align:center;
	text-decoration: none;
}
.copyright a:hover
{
	color: #333232;
	text-align:center;
	text-decoration: underline;	
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #333232; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #333232; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #333232; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #333232;
}

.text_left-right {
 font-family: Trebuchet MS, Arial; font-size: 12px;
 color: #333232; line-height: 1.4;
}

.title_left-right {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 color: #777777; line-height: 1.3;
 text-transform:uppercase;
}

.bg_calendar {
	background-color: #ebebea;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	color: #333232;
	font-size: 13px;
}
.title_quicksearch {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 text-transform:uppercase;
 color: #777777;
}