h1 {
	color: #000099;
}
h4 {
	color: #000099;
}
h2 {
	color: #000099;
	text-decoration: underline;
}

table {
	font-size: 10pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style1 {color: #990099}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
h3 {
	color: #000099;
}

.newItem
{
  color:red;
  background-image:url(../images/new.gif);
  background-repeat:no-repeat;
  background-position:0% 50%;
  padding-left: 21px;
}


.ctrlDescList p {
  display:inline;
  }
.ctrlDescList ul {
    display:inline;
    padding-left:0;
    margin-left:0.5em;
  }
.ctrlDescList li {
    list-style-type:none;
    display:inline;
 /*   white-space:nowrap;   */
    padding-right:0.5em;
    margin-right:0.5em;
    border:0 solid #000;
    border-right-width:1px;
  }
.ctrlDescList li a {
    white-space:nowrap
    }
.ctrlDescList li.lastLI {
    border-width:0;
    padding-right:0;
    margin-right:0;
  }
/* Added by RE - tone down visited-link colour */
.ctrlDescList a:visited {
    color:#c03;
  }
.ctrlDescList a:hover {
    background-color:#000;
    color:#fff;
  }

.resultsDescList {
  text-align: center;
  }

.resultsDescList p {
  display:inline;
  text-align: center;
  }
.resultsDescList ul {
/*    display:inline;       */
    padding-left:0;
  }
.resultsDescList li {
    list-style-type:none;
}    
/*
.resultsDescList li {
    list-style-type:none;
    display:inline;
    padding-right:0.5em;
    margin-right:0.5em;
    border:0 solid #000;
    border-right-width:1px;   
  }
.resultsDescList li a {
    white-space:nowrap
    }
.resultsDescList li.lastLI {
    border-width:0;
    padding-right:0;
    margin-right:0;
  }                          
*/
.resultsDescList a:hover {
    background-color:#000;
    color:#fff;
  }
