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

html {
  height: 100%;
}


form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:19px;
	color: #000;
}

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

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { 
	cursor: pointer;
}

p { 
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0 none;
}

.clr {
	clear: both;
}

table {
	border-collapse: collapse;
}

fieldset {
}

td {
	font-size: 1em;
	vertical-align: top;
}

div {
}


