
@import 'https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');


html, td, div, select, input, textarea{
	font-family:'Maven Pro','Titillium Web','Abel';
	font-size:14px;
	}
	
	
input:hover, select:hover, textarea:hover{
	border:1px #0b75b4 solid;
	}

		
textarea, input, select{
	border:1px #ccc solid;
	border-radius:3px;
	padding:5px;
	white-space: nowrap;
	}
	
	
hr{
	clear:both;
	height:1px;
	border: 0;
	border-top:1px #f1f1f1 solid;
	}
	
h1{
	font-size:40px;
	color:#000;
	word-wrap: break-word;
	font-family:'Titillium Web','Fredoka One';
	font-weight:bold;

	}
h2{
	font-size:30px;
	color:#000;
	word-wrap: break-word;
	}
h3{
	font-size:20px;
	color:#333;
	word-wrap: break-word;
	}
	
h4{
	font-size:16px;
	font-weight:normal;
	word-wrap: break-word;
	}

	
/* unvisited link */
a:link {
    color: #0e76bc;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #0e76bc;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #0e76bc;
    text-decoration:underline;
}

/* selected link */
a:active {
     color: #0e76bc;
     text-decoration:none;
}

.hLine{
	border-bottom:3px #bed4af dotted;
	padding-top:20px;
	padding-bottom:20px;
	line-height:0px;
	}
	