/* CSS Document */

body{
margin:0;
padding:0;
background:url(images/bg.gif);
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
text-decoration:none;
}

td{
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
text-decoration:none;
}

a {
font-weight:normal;
color:#005E5E;
text-decoration:underline;
}

a:hover{
font-weight:normal;
color:#009B9B;
text-decoration:none;
}

.mainlink{
font-weight:bold;
color:#005E5E;
text-decoration:none;
}

.mainlink:hover{
font-weight:bold;
color:#009B9B;
text-decoration:underline;
}

.green-text{
font-weight:normal;
color:#003B3B;
text-decoration:none;
}
.search-results {
	border-collapse:collapse;
	width:100%;
	border : solid 1px #003B3B;
}
.search-results TH {
	background-color :#003B3B;
	color : #fff;
	border : solid 1px #003B3B;
}
.search-results TD {
	text-align : center;
	border : solid 1px #003B3B;
	font-size : .8em;
}
.search-results1 {
	border-collapse:collapse;
	width:100%;
}
.search-results1 .jth {
	font-weight:bolder;
	vertical-align:top;
	padding : 1em 0 .75em 0;
	white-space:nowrap;
}
.search-results1 .jt {
	padding : 1em 0 .75em 0;
	vertical-align:top;
	width:100%;
}
.search-results1 .jdh {
	font-weight:bolder;
	vertical-align:top;
	white-space:nowrap;
	padding-right : 1em;
}
.search-results1 .jd {
	vertical-align:top;
	padding-bottom : 1em;
}

h1{
color:#087D7B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
}

.rightborder { 
border-right: 1px solid #000000; 
}

.leftborder { 
border-left: 1px dashed #000000; 
padding-left : 1em;

} 