@charset "UTF-8";
/* CSS Document */
body h1 h2 h3 h4 ul li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #333333;
}

#submitbutton {
	padding: 5px;
	background-color: #ff0000;
	border-width: 3px;
	border-color: #ff0000;
	border-spacing: 0;
}
#redheadtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
p {
	text-align: left;
}
.leftColtxt {
	font-size: x-small;
	font-style: italic;
	text-align: left;
}
.highlight {
	background-color: #FF0;
	display: inline-block;
}
.signature {
	font-family: "Brush Script MT Italic";
	font-size: x-large;
	font-weight: bold;
	color: #006;
}
.redhdtxt {
	font-size: 26px;
	font-weight: bold;
	color: #F00;
}
.redheadtxtitalic {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.bluetxt {
	color: #00F;
}
.bluehighlite {
	background-color: #006;
	display: block;
	color: #FFF;
	text-align: center;
}
#table {
	border: 5px dashed #F00;
	background-color: #FFFFCC;
	padding: 5px;
}
