@CHARSET "US-ASCII";

body {
  margin:0px;
  padding: 0px;
}
#background{
  width: 100%;
}
table{
  border-spacing:4px;
}
td.header{
  background-color: #3162B5;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  padding : 10px;
}

td.header_text{
  background-color: #fff;
  font-size: 14px;
  padding : 8px;
}
 
td.header_text b{
 color: #3162B5;
 font-size: 15px;
}
 
td.left {
  background-color: #fff;
  font-size: 13px;
  vertical-align:top;
}

.tree{
  background-color: white;
  border-style : solid;
  border-color: #3162B5;
  color: #3162B5;
  font-weight: bold;
  font-size: 19px;
  margin: 6px;
  padding: 6px;
}
  
.tree a{
  color: #3162b5;
  font-size: 13px;
  text-decoration: none;
}
  
.tree a:visited{
  color: #575757;
  font-size: 13px;
  text-decoration: none;
}

.tree a:hover{
  color: #3162b5;
  font-size: 13px;
  text-decoration: underline;
}

td.right{
  background-color: #fff;
  vertical-align:top;
  width: 40%;
}
  
td.right legend{
  color: #3162B5;
  font-weight: bold;
}


.details {
  border-style:solid;
  border-color: #3162B5;
  margin: 6px;
  padding: 6px;
  font-size: 13px;
  background-color: white;
}
	
fieldset.search{
  background-color: white;
  border-style:solid;
  border-color: #3162B5;
  font-size: 13px;
  margin: 6px;
  padding: 6px;
}


