body 	{
  font-family: Arial, Verdana, Sans-Serif;
  background-color: #c4cccc;
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
	padding-top: 20px;
}


h1 {
  font-size: 22px;
  font-weight: normal;
  font-family: Georgia,  Serif;
  margin-bottom: 5px;
  color: #8FA2A2;  
}
h2 {
  font-size: 17px;
  font-weight: normal;
  font-family: Georgia,Serif;
  margin-top: 5px;
  margin-bottom: 3px;
  color: #8FA2A2;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  margin-top: 5px;
  margin-bottom: 3px;
}



p, td {
  margin-top: 3px;
  font-size: 11px;
}

a {
  color:#b4bbbb;
}

input {
  border: solid 1px #d5d5d5;
  font-size: 11px;
}
select {
  font-size: 10px;
  width: 110px;
}
