@CHARSET "UTF-8";

/*****************************/
/*** 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;
}

input.button {
 cursor: pointer;
}

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


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

img {
	border: 0;
}

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

#mail a {
	text-decoration: none;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	line-height: 1.3em;
	font-size: 11;

	font-weight: normal;
	color: #669;
}

#mail a:hover {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	line-height: 1.3em;
	font-size: 11;

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

#mail a:active {
	text-decoration: none;
		font-family: Arial,Tahoma,Verdana,sans-serif;
	line-height: 1.3em;
	font-size: 11;

	font-weight: normal;
	color: #669;
}