/* general */
body 
{
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: normal;
	color: #00376F;
	
	padding: 0 12px;
  	margin: 0;
  	background-color: #FFFFAF;
}

td, th, input, select, textarea {
	font-family: Comic Sans MS;
	font-size: 14px;
}

.xlink {cursor:pointer;cursor:hand}

h1{
	font-size: 20px;
	font-weight: bold;
}
h2{
	font-size: 17px;
	font-weight: normal;
}


img {
  border: none;
}

span {
  display: none;
}

legend {
  white-space: nowrap;
}

/* layout */

.node {
  margin-top: 4px;
  padding: 2px 0px;
  vertical-align: middle;
}

th {
	background-color: #FDEC8A;
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #00376F;
}

td {
	background-color: #FEF1AB;
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #00376F;
}

td.menu {
	background-color: #FDEC8A;
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #00376F;
}

td.sub{
	background-color: #FEF1AB;
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #00376F;
}


p {
	font-size: 8px;
}

