body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {border: 0;}
	
td.navlinks{
	background-color: #0038a8;
	width: 125px;
	display: block;
	background-color: #0038a8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 10px;
	text-align: right;
	outline-style: none;	
}

.navlinks a:link{
padding: 6px 3px 6px 0px;
display: block;
width: 100%;
color: white;
text-decoration: none;
}

html>body .navlinks a:link{ /*Non IE rule*/
width: auto;
color: white;
padding: 6px 3px 6px 0px;
}

.navlinks a:visited{
color: white;
display: block;
padding: 6px 3px 6px 0px;
}

html>body .navlinks a:visited{ /*Non IE rule*/
width: auto;
color: white;
padding: 6px 3px 6px 0px;
}

.navlinks a:hover{
background-color: #9999cc;
color: red;
display: block;
padding: 6px 3px 6px 0px;
}

html>body .navlinks a:hover{ /*Non IE rule*/
width: auto;
color: red;
padding: 6px 3px 6px 0px;
}
	
.navlinks a:active{
color: white;
display: block;
padding: 6px 3px 6px 0px;
}
	
html>body .navlinks a:active{ /*Non IE rule*/
width: auto;
color: white;
padding: 6px 3px 6px 0px;
}
	
a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	text-decoration: none;
}

a:active {
	color: #0000cc;
	text-decoration: none;
}

.hmlmain {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.pagination {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	text-align: center;
	padding: 5px;
}
			
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #ffffff;
	margin-top: 1px;
	border-top:20px solid #0038a8;
}
/* added for search button */
.button {
	color:#f0faff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12px;
	border: 1px solid #003399;
	background-color:#9999cc;
	cursor:pointer;
	vertical-align: baseline
}

* html .button {
	margin-bottom:2px;
}

.footerbutton {
	color:#f0faff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 10px;
	border: 1px solid #003399;
	background-color:#9999cc;
	cursor:pointer;
	vertical-align: baseline
}

* html .footerbutton {
	margin-bottom:1px;
}

.resultsheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	font-style: italic;
}

.resultsheading a:link {
	color:##0000cc;
	text-decoration: none;
}

.resultsheading a:visited {
	color:##0000cc;
	text-decoration: none;
}
.resultsheading a:hover {
	color:##0000cc;
	text-decoration: none;
}
.resultsheading a:active {
	color:##0000cc;
	text-decoration: none;
}

.resultsshortdescription {
	padding-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#000000;
	font-style: normal;
}

.resultsmore {
	padding-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#000000;
	font-style: normal;
}

.resultsmore a:link {
	color:##0000cc;
	text-decoration: none;
}

.resultsmore a:visited {
	color:##0000cc;
	text-decoration: none;
}
.resultsmore a:hover {
	color:##0000cc;
	text-decoration: none;
}
.resultsmore a:active {
	color:##0000cc;
	text-decoration: none;
}
/* end added for search button */

/* added for pdf listings without tables */

div.pdflist {
  float: left;
  height: 210px;
  width: 31%;
  /* min-width: 106px; */
  border: none;
  text-align: center;
  margin: 10px 5px 5px 5px;
}

div.pdflist img {
	border: 1px solid #0038a8;
}

div.pdfcaption {
  text-align: center;
  text-indent: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 5px;
  margin: 0px 5px;
}

/* end added for pdf listings without tables */
