@charset "utf-8";

/* CSS Document */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-size: 70%;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #F4F4F4;
	text-align: left;
	color: #333;
}

table,
tr,
td,
tr {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

td {
	margin: 0px 0px 2px 0px;


}

a {
	text-decoration: none;
	outline: none;
	color: #999;
}

a:hover {
	color: #D11F16;
}

.error {
	color: #F00;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 4px;
}

p {
	font-size: 1.1em;
	margin-bottom: 0px;

}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.8em;
	font-weight: normal;
}
