﻿.CP-text {
	color: #42949C;
}

.CP-text-black {
	color: black;
}

.CP-text-blue {
	color: #3F8690;
}

.CP-text-maroon {
	color: maroon;
}

.CP-text-red {
	color: red;
}

.CP-text-silver {
	color: silver;
}

.CP-text-white {
	color: white;
}

.CP-text-yellow {
	color: yellow;
}

.title {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.subtitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.large {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.normal {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.normal-left {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.small {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.emphasis {
	font-weight: bold;
}

