	html, body, td{
		margin:0px;
		padding:0px;
	}

	a{
	
		color:#666666;
	
	}
	
	p{
		margin:0px;
		padding:0px 0px 15px 0px;
		line-height:150%;
	}
	p.content{
	/* Indent */
	padding-left:25px;
	}

	h2, h2 a{
	margin:0px;
	padding:0px;
	}
	h2 a{
	
		color:#000000;
		text-decoration:none;
	
	}

  img{

  	display:noneEEEEE;

  }

	hr{
	
		padding:0px;
		border-width:0px;
		height:1px;
		color:#aaaaaa;
		background-color:#aaaaaa;
	
	}

	img.open_quote{
	
		margin:0px 10px 10px 0px;
		vertical-align:text-bottom;
	
	}
	
	img.close_quote{
	
		margin:10px 0px 0px 10px;
		vertical-align:text-top;
	
	}

  #body{

     width:800px;

  }
  #body #header{

     border:1px solid green;

  }
  #body #header #left{

     border:0px solid blue;
     width:250px;
     float:left;

  }
  #body #header #center{

     border:0px solid orange;
     width:300px;
     float:left;

  }
  #body #header #right{

     border:0px solid blue;
     width:250px;
     float:right;

  }

  /*Tables*/

  body, body td{

     font-family:times, georgia;
	 font-style:italic;
     font-size:11pt;
     line-height:150%;
  }

  #header{

     border-bottom:3px solid #F6D10E;
     padding:0px 0px 0px 0px;
     margin-bottom:0px;

  }

  #content_left_cell{

  }

  #content_left{

     border-right:0px solid #F6D10E;
     padding:0px;
     margin-bottom:0px;
	 height:100%;
	 text-align:left;

  }

  #content_right{

	border-left:0px solid #F6D10E;
	padding:0px 0px;
	margin-bottom:0px;
	height:100%;

  }
  ul{

	margin:0px;
	padding:0px 0px 15px 40px;

  }

  form td{
	padding:0px 5px 5px 0px;
  }
  
