.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;





}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #406F4D;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	font-style: italic;


}
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;

}
.borderfooter {
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;

}
.rightborder {
	border-top: none #999999;
	border-right: 1px solid #999999;
	border-bottom: none #999999;
	border-left: none #999999;
}
.allborder {
	border: 1px solid #999999;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #990099;
	font-weight: bold;

}
.3border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.allborderdotted {

	border: 1px dotted #999999;
}
