@CHARSET "UTF-8";

body {
	color : #550000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: sans-serif;
}

a:link,a:visited,a:active,a:hover {
	font-size: inherit;
	text-decoration: none;
}

table.template {
	font-size: inherit;
	font-family: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	empty-cells: show;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}

td.templateHeader {
	font-size: inherit;
	width: 100%;
	min-height: 20px;
	text-align: center;
	background-color: transparent;
}

td.templateContainer {
	font-size: inherit;
	width: 100%;
	min-height: 400px;
	text-align: center;
	background-color: #FFFFEE;
}

td.templateFooter {
	font-size: inherit;
	width: 100%;
	min-height: 20px;
	text-align: center;
	background-color: transparent;
}

table.form {
	font-size: inherit;
	padding: 5px;
	empty-cells: show;
	border-style: groove;
	border-width: thin;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 600px;
}

table.report {
	font-size: inherit;
	padding: 5px;
	empty-cells: show;
	border-style: groove;
	border-width: thin;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}

td.label {
	background-color: white;
	font-size: inherit;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

td.data {
	background-color: white;
	font-size: inherit;
	padding: 5px;
	text-align: left;
}

td.button {
	background-color: white;
	text-align: center;
	padding: 5px;
}

td.error {
	font-size: inherit;
	background-color: white;
	color: red;
	text-align: center;
	padding: 5px;
}

input.text,textarea.text,select.list {
	font-size: inherit;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: activeborder;;
	width: 100%;
}

input.zip {
	font-size: inherit;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: activeborder;
	width: 64px;
}

input.phone {
	font-size: inherit;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: activeborder;
	width: 128px;
}

.textred{
	color: red;
}

li{
	padding-left: 20px;
}