@charset "utf-8";

strong {
	font-weight: bolder;
	color: #AB1820;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.FormNoMargin
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #4A3C21;
	font-weight: 400;
}
a:visited {
	color: #4A3C21;
}
a:hover {
	color: #4A3C21;
}
a:active {
	color: #4A3C21;
}

.heading1 {
	font-size: 10pt;
	color: #AB1820;
	font-weight: bolder;
	text-transform: uppercase;
}
.indent {
	padding-right: 15px;
	padding-left: 15px;
}

.formField {
	background-color: #E7E0A4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4B3B21;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.formFieldBlank {
	background-color: #E7E0A4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	line-height: 1.25;
	font-weight: 400;
	color: #4A3C21;
}

.backgr {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	line-height: 1.25;
	font-weight: 400;
	color: #4A3C21;
	background-color: #FDEBC6;
	background-image: url(images/background2.gif);
}
.picBorder {
	margin: 5px;
	border: 8px solid #EFEEC9;
}

.borderLeft {
	background-image: url(images/border_L.gif);
	background-repeat: repeat-y;
}
.borderRight {
	background-image: url(images/border_R.gif);
	background-repeat: repeat-y;
}
.parag {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 50px;
}
.ruller {
	background-image: url(images/ruler.gif);
	background-repeat: repeat-x;
	left: 15px;
	right: 15px;
}
.rullerTable {
	background-image: url(images/ruller_table.gif);
	background-repeat: repeat-x;
	left: 15px;
	right: 15px;
	height: 25px;
}
.rullerTableBottom {
	background-image: url(images/ruller_table.gif);
	background-repeat: repeat-x;
	left: 15px;
	right: 15px;
	background-position: bottom;
}
.faceBorderVer {
	background-image: url(images/corner_ver.gif);
	background-repeat: repeat-y;
	left: 15px;
	right: 15px;
	background-position: left;
}

