body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea, input, select, button {
	text-align:left;
	font-family: Tahoma;
	font-size: 11px;
	color: 5B645B;
	font-weight: normal;
}
.searchBar{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #002D2D;
}
.searchResult{
	font-family: Tahoma;
	font-size: 12px;
}
.jTitle {
	font-weight: Bold;
	color: #002D2D;
}
.jAuthor{
	font-weight: Bold;
	color: #567A7A;
}
.jDesc{
	font-weight: normal;
	color: #004040;
}
.jFile{
	font-weight: normal;
	color: #004040;
	text-align: right;
}
.match{
		color: red;
}
.pageIndex{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #004040;
}
.searchResultBar{
	background-color:#BFFFFF;
	padding: 2px 2px 2px 2px;
}
.searchResultBar#title{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #004040;
	text-align: left;
}
.searchResultBar#desc{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #004040;
	text-align: right;
}

.errMsg{
	font-family: Tahoma;
	font-size: 11px;
	background-color: red;
	color: white;
	padding: 2px 2px 5px 5px;
}

