.mainTitle {
	font-size: 14pt;
	font-weight: bold;
}
.mainSectionTitle {
	font-size: 12pt;
	font-weight: bold;
}
.mainSectionSubTitle {
	font-size: 13pt;
	font-weight: bold;
}
.mainItem {
	font-size: 10pt;
	font-weight: bold;
}
.mainInfo {
	font-size: 13px;
	color: #555555;
}
.auxLabel {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}

.auxText {
	font-size: 10px;
	color: #555555;
}

.noBorders {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

INPUT {
	border-top: 1px #7796C6 solid;
	border-bottom: 1px #7796C6 solid;
	border-left: 1px #7796C6 solid;
	border-right: 1px #7796C6 solid;
}
TEXTAREA {
	border-top: 1px #7796C6 solid;
	border-bottom: 1px #7796C6 solid;
	border-left: 1px #7796C6 solid;
	border-right: 1px #7796C6 solid;
}
SELECT {
	border-top: 1px #7796C6 solid;
	border-bottom: 1px #7796C6 solid;
	border-left: 1px #7796C6 solid;
	border-right: 1px #7796C6 solid;
}

INPUT {
	font-size: 10px;
}
TEXTAREA {
	font-size: 10px;
}
SELECT {
	font-size: 10px;
}

