.bg-green {  
  background: url(./graphics/green-bar.jpg) repeat-x scroll 0% 50%;
  text-indent: 8px;
}

.bg-paleblue {  
  background: #ffffff url(./graphics/paleblue-bar.jpg) repeat-x scroll 0% 50%;
  text-indent: 8px;
}

.bg-pink {  
  background: #ffffff url(./graphics/pink-bar.jpg) repeat-x scroll 0% 50%;
  text-indent: 8px;
}

.bg-violet {  
  background: #ffffff url(./graphics/violet-bar.jpg) repeat-x scroll 0% 50%;
  text-indent: 8px;
}

.bg-yellow {  
  background: #ffffff url(./graphics/yellow-bar.jpg) repeat-x scroll 0% 50%;
  text-indent: 8px;
}

.warning {
  font-weight: bold;
  color: #ff0000;
}

.centred {
  text-align: center;
  text-indent: 0px;
}

.serif {
  font-family: 'Liberation Serif', 'Times New Roman', 'Nimbus Roman No9 L', Times, serif;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.indented {
  padding-left: 35px;
}

.note14 {
  font-family: 'Liberation Serif', 'Times New Roman', 'Nimbus Roman No9 L', Times, serif;
  font-style: italic;
  font-size: 14px; 
}

.note16 {
  font-family: 'Liberation Serif', 'Times New Roman', 'Nimbus Roman No9 L', Times, serif;
  font-style: italic;
  font-size: 16px; 
}

ul.footerlist {
  list-style-type: none;
}

ul.plainlist {
  list-style-type: none;
}

ul.redsquare 
{
  list-style-image:url('./graphics/redsquare.gif');
}

