body {
	margin: 0px;
	padding: 0px;
	background-color: #fbf8e9;
	font-family: trebuchet MS, arial;
	color: #535353;
	font-size: 12px;
	line-height: 16px;
}

td, th {
	font-family: trebuchet MS, arial;
	color: #535353;
	font-size: 12px;
	line-height: 16px;
}

a {
	text-decoration: none;
	border: none;
	color: #007bbe;
}

a:hover {
	color: #f8a32f;
}

img {
	text-decoration: none;
	border: none;
}

img.contentimg {
	padding: 5px;
	margin: 0px 10px;
	border: 1px solid #007bbe;
	border-right: 4px solid #f8a32f;
}

p {
	font-family: trebuchet MS, arial;
	color: #535353;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	text-align: justify;
}

h1 {
	font-family: trebuchet MS, arial;
	color: #535353;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 18px 30px;
	background-image: url("../images/h1_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

h2 {
	font-family: trebuchet MS, arial;
	color: #007BBE;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

h3 {
	font-family: trebuchet MS, arial;
	color: #f8a32f;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

ul {
	padding: 0px 0px 16px 5px;
	margin: 0px;
}

li {
	padding: 0px 0px 6px 12px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: trebuchet MS, arial;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 16px;
	
}

.textbox_search {
	font-family: trebuchet MS, arial;
	font-size: 12px;
	color: #535353;
	border: 1px solid #737373;
	width: 124px;
	height: 17px;
	padding: 1px 2px 0px 2px;
}

.button_search {
	width: 21px;
	height: 21px;
	background: url("../images/search_button.jpg");
	border: none;
}

.button_clear {
	width: 21px;
	height: 21px;
	background: url("../images/clear_button.jpg");
	border: none;
}

table.contenttable {
	width: 100%;
	background-color: #F8BD6D;
}

table.contenttable td {
	padding: 5px;
	background-color: #fff;
}
