@charset "UTF-8";
.form {
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px;
	list-style-type: none;
	font-size: 14px;
	line-height: 110%;
}
.form h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	color: #BE2D39;
	font-style: italic;
}
.form h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
}
.form h3 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	font-style: italic;
}
.form strong {
	font-weight: normal;
	color: #BE2D39;
	font-style: italic;
}
.form ul {
	margin-bottom: 7px;
}
.form li {
	margin-top: 12px;
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.form  li  ul li {
	margin-top: 8px;
	list-style-type: none;
}
.form li ul {
	list-style-type: none;
}
td.bkgr {
	color: #000000;
	background-color: #FFFFFF;
	border: 4px double #BE2D39;
}
.form a {
	color: #000000;
}
.label   {
	color: #FFDD5C;
}
