/*@font-face {
     font-family: 'Liberation Sans';
     src: url('/local/fonts/LiberationSans-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'Liberation Sans';
     src: url('/local/fonts/LiberationSans-Italic.ttf') format('truetype');
     font-weight: normal;
     font-style: italic;
}
@font-face {
     font-family: 'Liberation Sans';
     src: url('/local/fonts/LiberationSans-Bold.ttf') format('truetype');
     font-weight: bold;
     font-style: normal;
}
@font-face {
     font-family: 'Liberation Sans';
     src: url('/local/fonts/LiberationSans-BoldItalic.ttf') format('truetype');
     font-weight: bold;
     font-style: italic;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #000000;
	text-align: left;
	margin: 20px 0;
	font-weight: normal;
	line-height: 1.2;
}
h1 {
	font-size: ;
}
h2 {
	font-size: ;
}
h3 {
	font-size: ;
}
h4 {
	font-size: ;
}
h5 {
	font-size: ;
}
h6 {
	font-size: ;
}
p {
	font-size: ;
}
a {
	font-size: ;
	transition: all .5s ease;
}
a:hover, a:focus, a:active {
	
}
button {
	font-size: ;
}
ol {
	
}
ol li {
	font-size: ;
}
ul {
	
}
ul li {
	list-style-type: circle;
	font-size: ;
}
img {
	
}
//************Table************
table {
	width: 100%;
	border: 1px solid black;
}
table caption {
	
}
thead {
	
}
tr {

}
td {
	
}
//**************Form*************
form {
	
}
.form-caption {
	font-size: ;
}
.form-description {
	font-size: ;
}
form label {
	
}
input[type="text"] {
	
}
select {
	
}
input[type="submit"] {
	
}
//**********Breadcrumbs**********
.breadcrumb {
	
}
.breadcrumb-item {
	
}
//**********Pagination***********
.pagination {
	
}
.page-item {
	
}
.page-link {
	
}*/