/*---------------- css default -----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#363731;
}
table {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	border-collapse: collapse; color: #363731;	line-height: 1.6;
}
p{	line-height: 1.6; color: #363731;}
input[type=text]{
	background-color: #FFFFFF;
	color: #363731;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #d6d6d6 1px solid;
}
select {
	background-color: #FFFFFF;
	color: #363731;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #d6d6d6 1px solid;
}
textarea {
	background-color: #FFFFFF;
	color: #363731;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #d6d6d6 1px solid;
}

a:link {
	COLOR: #192c9b; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #192c9b; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #192c9b; TEXT-DECORATION: none;
}
a:active {
	text-decoration: underline;	color: #192c9b;
}

.textbody {
	font-family: Trebuchet MS, Arial;	font-size: 13px;
	color: #363731;	line-height: 1.6;
}



/*---------------- css others -----------------------------*/
.buttonSearch{
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Trebuchet MS;
	height:20px;
	background-color: #363731;	
	border: 1px solid #363731;
}

input.Search {
	background-color: #FFFFFF;
	color: #363731;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #d6d6d6 1px solid;
	width: 118pt;
	height:16px;
}
.Search {
	background-color: #FFFFFF;
	color: #363731;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	border: #d6d6d6 1px solid;
	width: 120pt;
	height:18px;
}
.copyright
{	
	color: #FFFFFF;
	text-align:center;
	font-size:12px;
}
.copyright a
{
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	font-size:12px;
}
.copyright a:hover
{
	color: #FFFFFF;
	text-align:center;
	text-decoration: underline;	
	font-size:12px;
}

/*---------------- css left or right -----------------------------*/
.menu_left-right:link {
 color: #363731; TEXT-DECORATION: underline;
}
.menu_left-right:visited {
 color: #363731; TEXT-DECORATION: underline;
}
.menu_left-right:hover {
 color: #363731; TEXT-DECORATION: none;
}
.menu_left-right:active {
 text-decoration: underline; color: #363731;
}

.text_left-right {
 font-family: Trebuchet MS, Arial; font-size: 13px;
 color: #363731; line-height: 1.5;
}

.title_left-right {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 color: #363731; line-height: 1.5;
  text-transform:uppercase;
}

.bg_calendar {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	color: #363731;
	font-size: 13px;
}
.title_quicksearch {
 font-family: Trebuchet MS, Arial; font-size: 16px;
 text-transform:uppercase;
 color: #363731;
}