  body { 
    color: black;
    font-family: arial;
		font-size: 9pt;
		line-height: 18px;
	}
			
	.text { 
    color: black;
    font-family: arial;
		font-size: 9pt;
		line-height: 22px;
	}
		
	.header { 
    color: #B20000;
    font-family: arial;
		font-size: 12pt;
		line-height: 28px;
		font-weight: bold;
	}
 
  a { color: red;
    font-family: arial;
    font-weight: normal;
    text-decoration: underline}

  a:hover { text-decoration: none}

  a.top {
		color: red;
		font-weight: bold;
		font-size: 9px;
		text-decoration: none;
	}
	
  a.top:hover {
		text-decoration: underline;
	}

	a.menu {
	  padding: 20px;
		color: black;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	a.menu:hover {
		text-decoration: underline;
	}
	
	a.menu2 {
	  padding: 8px 16px 8px 16px;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		border-right: 1px solid #CCC;
	}
	
	a.menu2:hover {
		text-decoration: underline;
	}
	
	hr {
    margin: 10px 0 10px 0;
		border: 0px;
    width: 730px;
    color: #f00;
    background-color: #f00;
    height: 1px;
  }
	
	.contentBox {
	  width: 690;
	  text-align: left;
		padding: 20px;
		border: 1px solid #CCC;
	}
	
  ul.red {
	  line-height: 1.5em; 
    list-style-type: square;
    margin: 0.4em 0 0 2.4em;
    padding: 4;
    list-style-image: url("../images/arrow_right_red.png");
  }
	
  ul.black {
    list-style-image: url("../images/arrow_right_black.png");
  }