.bgText {
	font-size: 12px;
	background-image: url(images/bigBg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}
p {
	margin: 2px;
	padding: 2px;
	text-align: justify;
	text-indent: 12pt;
	line-height: 18px;
	width: 500px;
	font-size: 12px;




}
.small {
	font-size: 10px;
	margin: 2px;
	padding: 2px;

}
a:link {
	font-weight: bold;
	color: #996633;
	text-decoration: underline;

}
a:visited {
	font-weight: bold;
	color: #996633;
	text-decoration: underline;

}
a:hover {
	font-weight: bold;
	color: #999933;
	text-decoration: underline;

}
a:active {

	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.blackBorder {
	border: 1px solid #000000;
	margin: 4px;
	padding: 4px;

}
.label {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
	margin: 4px;
	padding: 4px;

}
li {
	line-height: 18px;
	list-style-type: square;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
}
.imgMargin {
	margin: 4px;
	padding: 4px;
}
