body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
}

.top_bg{background:url(../../images/top_bg2.jpg);
background-repeat:repeat-x;
height:65px;

}

.menu_bg{background:url(../images/midil.jpg);
height:35px;
background-repeat:repeat-x;

}


.search_bg{background:url(../images/search_midil_strip.jpg);
background-repeat:repeat-y;

}

.c_bg{background:url(../images/c_midil_corv.jpg);
background-repeat:repeat-y;


}

.box_bg{background:url(../images/box_midil.jpg);
background-repeat:repeat-y;


}


.menu{
font-family:Arial;
font-size:14px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
}




.menu a{
font-family:Arial;
font-size:12px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
}

.menu a:hover{
font-family:Arial;
font-size:12px;
color:#000;
font-weight:bold;
text-decoration:none;
}


.port{
font-family:Arial;
font-size:12px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
}

.port a{
font-family:Arial;
font-size:12px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
}

.port a:hover{
font-family:Arial;
font-size:12px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
}




.heading_hompe{
font-family:Arial;
font-size:20px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
text-align:justify;
line-height:18px;

}


.heading_hompe1{
font-family:Arial;
font-size:16px;
color:#DB251B;
font-weight:bold;
text-decoration:none;
text-align:justify;
line-height:18px;

}

.heading_hompe_2{
font-family:Arial;
font-size:18px;
color:#DB251B;
text-decoration:none;
text-align:justify;
line-height:18px;

}


.text_2{
font-family:Arial;
font-size:11px;
color:#666666;
text-decoration:none;
text-align:justify;
line-height:16px;

}


.text_1{
font-family:Arial;
font-size:12px;
color:#666666;
text-decoration:none;
text-align:justify;
line-height:18px;

}

.search_property{
font-family:Arial;
font-size:13px;
color:#666666;
text-decoration:none;
font-weight:bold;
}


.pages_name{
font-family:"Century Gothic";
font-size:25px;
color:#333333;
text-decoration:none;
font-weight:bold;
margin-left:10px;
}


.Copyright{
font-family:Arial;
font-size:11px;
color:#666;
text-decoration:none;
text-align:justify;

}


.bottan_link{
font-family:Arial;
font-size:12px;
color:#fff;
text-decoration:none;
text-align:center;

}


.bottan_link  a{
font-family:Arial;
font-size:12px;
color:#fff;
text-decoration:none;
text-align:center;

}


.bottan_link  a:hover{
font-family:Arial;
font-size:12px;
color:#000;
text-decoration:none;
text-align:center;

}


div.scrollTableContainer {
height: 285px;
overflow: auto;
width: 970px;
margin: 15px 0 0 0;
position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableContainer table {
width: 952px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {
width: 970px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table>tbody {
overflow: auto;
height: 250px;
overflow-x: hidden;
}

div.scrollTableContainer thead tr {
position:relative;
top: expression(offsetParent.scrollTop); /*IE5+ only*/
/* fixes the header being over too far in IE, doesn’t seem to affect FF */
left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 20px;}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
/* Grid */

/* Fields */
td {
	/* no top border as already set in table or in td of previous row */
	
	padding: 2px;
}
/* Background odd rows */
tr.odd {
	background: #e0e0e0;
}
/* Background even rows */
tr.even {
	background: #d0d0d0;
}
/* Column headings */
thead td {
	font-weight: bold;
	background: #f0f0f0;
}
/* Footer */
tfoot td {
	border-bottom: none; /* avoids double bottom border as already set in table */
	padding: 4px;
	background: #f0f0f0;
	text-align: center;
}
/* Navigation links */
#navlinks a {
	text-decoration: none;
}
/* Used by example2.php */
ul.odd {
	color: green;
}