html,body {
      margin: 0px;
      padding: 0px;
      height: 100%;
      border: none
}
body {
	background-color: #EDEBE2;
	background-image: url(/_images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: center;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663333;
	font-weight: bolder;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
p {
	line-height: 18px;
	text-align: left;
}
form {
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
li {
	list-style-image: url(/_images/bullet.gif);
}
