@CHARSET "UTF-8";

/*********************************************************/
/*** Core html setup stuff                             ***/
/*** overwrites different default settings of browsers ***/
/*********************************************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	font-size: 100.01%; /* IE hack to force font-scaling, otherwise font-size is always bigger in IE */
}

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

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

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

input.button {
	cursor: pointer;
}

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

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

div.clearer {
  height: 0px;
	overflow: hidden;
	clear: both;
}
