body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ece9d8;
	 line-height: 1.21;	
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin: 2px;
}

a:link, a:visited {
	color: #0070c0;
  	font-weight: normal;
  	text-decoration: underline;
}

a:hover {
  color: #FFFFFF;
  background-color: #6699cc;
}

#links {
  background-image: url(../images/back.gif);
  background-position: top center;
  background-repeat: repeat;
  height:auto;
}

#links a {
  color: #0070c0;
  font-weight: normal;
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #A4B5D5;
}

#links a:hover {
  color: #FFFFFF;
  background-color: #6699cc;
}

#content {
	padding: 4px;
}

h1 {
	font-size: 120%;
	color: #000033;
	margin: 2px;
	text-align: center;
}

h2 {
	font-size: 110%;
	color: #000066;
	margin: 1px;
}
h3 {
	color: #FFF;
	background-color: #2A527A;
	font-size: 100%;
	padding: 4px;
}
h4 {
	color: #2A527A;
	border-bottom: 1px dotted #6386B5;
	font-size: 90%;
	padding: 2px;	
}

h5 {
	font-size: 70%;
	color: #000033;
	margin: 2px;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#label {
	padding: 1px;
	margin: 2px;
	background-color: #A4B5D5;
	border-bottom: 1px solid #000033;
	border-top: 3px solid #D6DCEA;
	font-size: 12px;
	font-style: bold;
}
 
ul {
  list-style-type: circle;
  text-indent: -15px;
  list-style-position: inside;
  font-size: 90%;
  color: #2A527A;
}
form p {
	font-size: 85%;	
}
