.cspCSS-font-size-12pt {
	font-size:12pt;
}

.cspCSS-font-size-13pt {
	font-size:13pt;
}

.cspCSS-font-size-15pt {
	font-size:15pt;
}

.cspCSS-font-size-14 {
	font-size:14px;
}

.cspCSS-font-size-20 {
	font-size:20px;
}

.cspCSS-font-weight-bold {
	font-weight:bold;
}

.cspCSS-width-auto {
	width: auto;
}

.cspCSS-width-30 {
	width:30px;
}

.cspCSS-width-50 {
	width:50px;
}

.cspCSS-width-80 {
	width:80px;
}

.cspCSS-width-110 {
	width:110px;
}

.cspCSS-height-30 {
	height:30px;
}

.cspCSS-height-50 {
	height:50px;
}

.cspCSS-top-20 {
	top:20px;
}

.cspCSS-bottom-0 {
	bottom:0px;
}

.cspCSS-cursor-pointer {
	cursor:pointer;
}

.cspCSS-align-left {
	align: left;
}

.cspCSS-text-align-left {
	text-align:left;
}

.cspCSS-text-align-center {
	text-align:center;
}

.cspCSS-align-items-center {
	align-items:center;
}

.cspCSS-align-content-center {
	align-content:center;
}

.cspCSS-justify-content-center {
	justify-content: center;
}

.cspCSS-disabled {
	disabled;
}

.cspCSS-color-black {
	color:black;
}

.cspCSS-color-red {
	color:red;
}

.cspCSS-display-none {
	display:none;
}

.cspCSS-display-block {
	display:block;
}

.cspCSS-display-flex {
	display: flex;
}

.cspCSS-display-inline-block {
	display:inline-block;;
}

.cspCSS-display-inline {
	display:inline;
}

.cspCSS-float-left {
	float:left;
}

.cspCSS-margin-0 {
	margin:0;
}

.cspCSS-margin-top-0 {
	margin-top:0px;
}

.cspCSS-margin-top-10 {
	margin-top:10px;
}

.cspCSS-margin-top-20 {
	margin-top:20px;
}

.cspCSS-margin-bottom-0 {
	margin-bottom:0px;
}

.cspCSS-margin-bottom-10 {
	margin-bottom:10px;
}

.cspCSS-margin-bottom-20 {
	margin-bottom:20px;
}

.cspCSS-margin-left-10 {
	margin-left:10px;
}

.cspCSS-padding-top-0 {
	padding-top:0px;
}

.cspCSS-padding-bottom-0 {
	padding-bottom:0px;
}

.cspCSS-background-size-cover {
	background-size:cover;
}

.cspCSS-overflow-auto {
	overflow:auto;
}

.cspCSS-position-fixed {
	position:fixed;
}

.cspCSS-text-decoration-underline {
	text-decoration: underline;
}