/* page properties XHTML Validation */
	body {
	  margin: 0;
	  padding:0;
	  background-color:#FFFFFF;
	  background-repeat: repeat-x;
	}
    p.footer {
	  font-family: Verdana;
	  font-size: 10px;	  
	}
    p.title {
	  font-family: Verdana;
	  font-size: 20;
	  font-style: italic;
	  font-weight: bold;
      color: #004B96;      
	}
    p.para {
	  font-family: Verdana;
	  font-size: 12;
	  font-weight: bold;
      color: #004B96;
      padding:10;      
	}
    p.para2 {
	  font-family: Verdana;
	  font-size: 11;
      	  color: #004B96;
	  padding:10;
	}
    p.product-title {
	  font-family: Verdana;
	  font-size: 12;
	  color: #0080FF;
 	  font-weight: bold;
	}
    p.subtitle {
	  font-family: Verdana;
	  font-size: 14;
	  font-weight: bold;  
	}
    td.para2 {
	  font-family: Verdana;
	  font-size: 11;
      color: #004B96;      
	}
    li {
	  font-family: Verdana;
	  font-size: 11;
      color: #004B96;      
	}
    p.blink {
	  font-family: Verdana;
	  font-size: 10;
	  font-weight: bold;
      	  color: RED;
          padding:5;      
    }
    td.blink {
	  font-family: Verdana;
	  font-size: 8;
	  font-weight: bold;
      	  color: RED;
    }     
/* left column styles */
	.selected {
		font-family: Verdana, Arial, Tahoma, serif, sans-serif;
		letter-spacing: -1pt;
		font-size: 11px;
		border-bottom:1px solid #CCCCCC;
		background-color:#FFFFFF;
		height:25px;
	}
	.notselected {
		font-family: Verdana, Arial, Tahoma, serif, sans-serif;
		letter-spacing: -1pt;
		font-size: 11px;
		border-bottom:1px solid #CCCCCC;
		background-color:#DEE3EC;
		height:25px;
	}

/* global link rollover style */
	a:active {
		color: #004B96; text-decoration: underline;
	}
	a:visited {
		color: #004B96; text-decoration: underline;
	}
	a:link {
		color: #004B96; text-decoration: underline;
	}
	a:hover {
		color: #FF0000; text-decoration: underline;
	}