﻿.style1 {
	font-family: Calibri;
	font-size: medium;
}
.style2 {
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
}
.style3 {
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
	color: #808080;
	text-align: center;
}
.style4 {
	font-family: Calibri;
	font-size: x-large;
	font-weight: bold;
}
.style5 {
	font-family: Calibri;
	font-size: medium;
}
.style6 {
	font-family: Calibri;
	font-size: large;
	font-weight: bold;
}
.style7 {
	font-family: Calibri;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}
.style8 {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
}
.style9 {
	font-family: Calibri;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
}
.style10 {
	font-family: Calibri;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.style11 {
	font-family: Calibri;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
}
.style12 {
	font-family: "Arial Black";
	font-size: medium;
}
.style13 {
	font-family: "Arial Black";
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}
.style14 {
	font-family: Calibri;
	font-size: x-small;
	color: #808080;
}
.style15 {
	text-align: center;
	font-family: Calibri;
	font-size: x-large;
	font-weight: bold;
}
.style16 {
	text-align: center;
	font-family: Calibri;
	font-size: medium;
}
.style17 {
	text-align: center;
}
.style18 {
	text-align:left;
}
.style19 {
	font-family: Calibri;
	font-size: xx-large;
	font-weight: bold;
}
.style20 {
	font-family: Calibri;
	font-size: large;
}
.style21 {
	font-family:Calibri;
	font-size:small;
}
.centered {
     width: 70%;
     margin-left: 15%;
     margin-right: 15%;
}
.width60 {
	width: 60%;
}
.width40 {
	width: 40%;
}
.width30 {
	width: 30%;
}
.width20 {
	width: 20%;
}
.width5 {
	width: 5%;
}
.full {
    width: 100%;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
