.right {
	background-image: url(images/homepage_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left {
	background-image: url(images/homepage_main.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.homecontent1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;

}
.brownline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #775100;
}
.dottedline {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #757500;
	background-image: url(images/hordot.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.vertdot {
	background-image: url(images/verdot.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px ridge #CCCC00;
	width: 100%;

}
.brdr {
	border: 1px ridge #B1C969;
}
.headng {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
