@CHARSET "iso-8859-1";

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	font-size: 100.01%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #99f;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #669;
}

/* hide scrollbar in IE if not necessary */
textarea {
	overflow: auto;
}

input.button {
 cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

img {
	border: 0;
	vertical-align: bottom; /* removes mysterious gaps in IE (all versions) between images in vertical order */
}

div, p, table, td, th, ol, ul{
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #999;
	margin: 0;
	padding: 0;
}
