body {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

td {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

th {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333333;}

.title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.subtitle{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.mainText{
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

.small{
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

.borderTOP{
	border: 1px solid #FF6600;
	margin-bottom: 2px;
}

.borderMID{
	border: 1px solid #FF6600;
	margin-bottom: 2px;
	margin-top: 2px;
}

.borderBOT{
	border: 1px solid #FF6600;
	margin-top: 2px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

.orange {
	color: #FF6600;
}
.smallPale {
	font-size: 9.5px;
	color: #666666;
	line-height: 10px;
}
