<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
body{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
	padding: 0px;
}
.width100{
width: 100%;
}
#facebox{
z-index: 300;
}
a{
color: #01205F;
text-decoration: underline;
}

.tablecenter{
margin: auto;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.loading-page, .loading{
display: none;
}
.site{
max-width: 1280px;
width:100%;
margin: auto;
}
.site .wrapper{
	padding-left: 10px;padding-right: 10px;
}
.left{
	float:left;
	}	
.right{
	float:right;
	}	
.dotted{
text-decoration: none;
border-bottom: 1px dotted;
}	
.pag-table div{
	padding: 5px 10px 5px 10px;
	background: #F7F7F7;
	margin-right: 10px;
}
.pag-table .active div{
	background: #4065b4;
	color:white;
	border: 1px solid #4065b4;
}
.pag-table{
	margin-top: 40px;
	margin-bottom: 10px;
	
}
.pag-table a{
	text-decoration: none;
	}
.editform{
 -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);margin-bottom: 40px;
padding: 20px;
}	</pre></body></html>