
/*
* {
	font-family: "Regencie Light";
	font-family: 'Lato', sans-serif;
	font-family: 'Oxygen', sans-serif;
}
*/

body {
	font-size: 16px;
	font-family: "Arial";
	font-family: 'Open Sans', sans-serif;
	color:#051019;
}

/*font*/

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	color:#0096EA;
	font-weight: normal; 
}
h1 {
	font-size:18px;
	margin: 32px 0px 32px 0px;	
	
}
h2 {
	font-size:16px;
	margin: 19px 0px 19px 0px;
	text-transform: uppercase;
	line-height: 1.5em;
}
h3 {
	font-size:14px;
	margin: 10px 0px 12px 0px;
	line-height: 1.5em;
}
h4,h5,h6 {
	font-size:14px;
}


p,a,div {
	font-size:13px;
}

p {
	margin-top:7px;
	margin-bottom:40px;
}




a {
	text-decoration: none;
	color: #004B75;
}

a:hover {
	text-decoration: underline;
}

a:visited{
	color: #431577;
}


h2 a {
    color: inherit;
    font-size: inherit;
}
h2 a:visited {
    color: inherit;
    font-size: inherit;
}


pre { font-family: monospace;}



form {
	margin: 0;
}


section {
	padding-bottom: 20px;
	padding-top : 30px;
}



img {
    border: 1px solid #051019;
    padding: 7px;
}

.caption {
	background-color: #051019;
	color:white;
	padding: 7px;
	-moz-box-sizing: border-box;
}
.image.has-caption img{
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
}

.controls input {
	height: 100%;	
}
 

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder{ color:transparent; }
input:focus:-moz-placeholder { color:transparent; }

.TasorProjectSelector  .tasorInput.tasorSearch {padding-bottom: 5px;}
.tasorPagination  li {
    line-height: 20px;
}
.tasorPagination li > a, .tasorPagination li > span {
	padding: 5px 14px;
}