/*body 	{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	background: #343438 url(../images/pageBackground.gif);
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
	padding-top: 20px;
	padding-bottom: 20px;
}*/

body 	{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	background: #181819;
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
	padding-top: 20px;
	padding-bottom: 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: 10px;
}

a {
  color:#b4bbbb;
}

a:hover {
	text-decoration: underline;
}

input {
  border: solid 1px #d5d5d5;
  font-size: 11px;
}
select {
  font-size: 10px;
  width: 110px;
}
