body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CECFCE;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

th {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.footerJustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyrightBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bigButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bigbold {
	font-size: 16px;
	font-weight: bold;
}

.biggerbold {
	font-size: 17px;
	font-weight: bold;
}

.makebold {
	font-size: 15px;
	font-weight: bold;
}

.makeItalic {
	font-size: 15px;
	font-style: italic;
}

.makeBigItalic {
	font-size: 16px;
	font-style: italic;
}

p {
	font-size: 15px;
	text-align: justify;
}

.p16 {
	font-size: 16px;
	text-align: justify;
}

.p18bold {
	font-size: 18px;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-size: 26px;
	text-align:center;
}

.makeRed {
	color: #FF0000;
}

.makeRedBold {
	color: #FF0000;
	font-weight: bold;
}

.makeRedUBold {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

.bigRedBold {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.biggerRedBold {
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
}

.bigBlueBold {
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}

.makeRoman {
	font-family: "Times New Roman", Times, serif;
}

.makeBlue {
	color: #0000FF;
}
