body {
	padding:0;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	background-position:top;
	background-repeat:repeat-x;
}
h1 {
	font-size: 18px; 
	font-family: Arial;
	text-decoration:bold;
}

h2 {
	font-size: 16px; 
	font-family: Arial;
	text-decoration:bold;
	color: #DC143C;
}

.td_header {
	background-image:url(images/header_bkg.gif);
	background-repeat:repeat-x;
}
a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#9B0C0E;
}
.td_find_top_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
.td_find_right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A1A1A1;
}
.td_find_left {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A1A1A1;
}
.td_img_bottom {
	font-size:15px;
	font-weight:bold;
}
.powered_by {
	font-size: 9px;
	padding-left:5px;
}
select, .search_input {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-top-color: #A1A1A1;
	border-right-color: #A1A1A1;
	border-bottom-color: #A1A1A1;
	border-left-color: #A1A1A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.td_result_header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A1A1A1;
	font-size:15px;
	font-weight:bold;
	color:#9B0C0E;
	background-image:url(images/content_td_header_bkg.gif);
	background-repeat:no-repeat;
}

.tr_impair_bkg {
	background-color:#E2F0FB;
}

.td_result_data {
	padding-left:3px;
	padding-right:3px;
}

.a_result {
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}

.a_result:hover {
	color:#9B0C0E;
}

.alert_txt {
	color:RED;
}


