  body {
     background-color: #333333;
     margin-top: 5px; 
     margin-bottom: 5px; 
     margin-right: 5px; 
     margin-left: 5px; 
  }

  td,select,input { 
    font-family: arial, verdana, helvetica; 
    font-size: 9.5pt; 
    text-align: left;
  }

  a {   font-family: arial, verdana, helvetica; 
        color: blue; 
        font-size: 9.5pt;
        text-align: left;
        text-decoration: none; 
  }

  form {
     margin-bottom:0px;
     margin-top: 0px; 
  }

  .whiteBack {
    background-color: #ffffff; 
  }

  .tiny {
    font-size: 7pt; 
  }
  
  .small {
    font-size: 9pt; 
  }

  .medium {
    font-size: 9pt; 
  }

  .big {
    font-size: 13pt; 
  }

  .huge {
    font-size: 17pt; 
  }
  
  .white {
    color: #ffffff;
  }

  .smallRed {
    color: #920000; 
    font-size: 7pt; 
  }

  .errorStar {
    font-size: 17pt;
    color: #000000;
  }

  .diagonalHeader {
    background-image: url('/images/diagonal_back.gif'); 
    background-repeat: repeat; 
    padding: 5px;
  }
  
  .lightGreyBack {
    background-color: #C0C0C0;
  }

  .breadCrumbs {
    background-image: url('/images/black_gradient_back.gif'); 
    background-repeat: repeat-x; 
    padding: 5px;
    color: #ffffff;
    border: solid 1px #C9CACB
  }
  .activeCrumb {
    color: #ffffff; 
    font-weight: bold; 
    text-decoration: none; 
  } 
  
  .inactiveCrumb {
    color: #ffffff; 
  } 
  
  .greyButton {
    background-color: #C0C0C0;
    font-size: 8pt; 
    border: solid 1px #414F5A; 
    height: 16px;
  }

  .searchInput {
    width: 130px;
    font-size: 7pt; 
  }

  .redDot {
    color: #920000; 
  }

  .leftFloat {
    float: left; 
  }

  .rightFloat {
    float: right; 
  }
  
  .smallBold {
    font-size: 7pt; 
    font-weight: bold; 
    color: #920000; 
  }

  .activePage {
    text-decoration: none; 
    font-weight: bold; 
    color: #000000; 
  }

  .activeClause {
    font-weight: bold; 
    color: #920000; 
  }

  .activeTab {
    border-bottom: dotted 2px #CCCCCC;
    border-left: dotted 2px #CCCCCC;
    text-align: left; 
    margin-left: 5px; 
    padding: 7px;
    border-right: dotted 2px #ffffff;
    background-color: #ffffff; 
    font-weight: bold; 
  }

  .inactiveTab {
    border-bottom: dotted 2px #CCCCCC;
    border-left: dotted 2px #CCCCCC;
    text-align: left; 
    margin-left: 5px; 
    padding: 7px;
    border-right: dotted 2px #CCCCCC;
    background-color: #EEEEEE; 
  }
  
  .activeTabSmall {
    border-top: solid 1px #C9CACB;
    border-left: solid 1px #C9CACB;
    border-right: solid 1px #C9CACB;
    text-align: left; 
    padding: 3px;
    background-color: #ffffff; 
    font-weight: bold; 
    text-align: center;
  }

  .inactiveTabSmall {
    border-top: solid 1px #C9CACB;
    border-left: solid 1px #C9CACB;
    border-right: solid 1px #C9CACB;
    text-align: center; 
    padding: 3px;
    background-color: #EEEEEE; 
  }
  
  .red {
    color: #920000; 
  }

  .boxHeader {
    background-color: #333333;
    padding: 4px; 
    text-align: left; 
  }

  .blueBoxHeader {
    background-color: #4F7FAF;
    padding: 4px; 
    text-align: left; 
  }

  .boldRed {
    font-weight: bold;
    color: #920000; 
  }
  
  .normal {
  
  }
  
  .productList
{
	font-size: 14px;
}
a.productList
{
	font-size: 14px;
	text-decoration: none;
}

div
{
	text-align: left;
}
span
{
	text-align: left;
}