@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Poller+One|Monoton);
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
@import 'https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext';


html, td, div, select, input, textarea{
	font-family:'Titillium Web','Abel';
	font-size:16px;
	}
	
	
input:hover, select:hover, textarea:hover{
	border:1px #1b6da7 solid;
	}

		
textarea, input, select{
	border:1px #ccc solid;
	border-radius:2px;
	padding:5px;
	}
	
	
hr{
	clear:both;
	height:1px;
	border: 0;
	border-top:1px #f1f1f1 solid;
	}
	
h1{
	font-size:62px;
	color:#164862;
	word-wrap: break-word;
	font-family:'Titillium Web','Fredoka One';
	font-weight:bold;
	text-transform:uppercase;
	}
h2{
	font-size:30px;
	color:#164862;
	word-wrap: break-word;
	text-transform:uppercase;
	}
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: #164862;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #164862;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #1a8ef1;
    text-decoration:underline;
}

/* selected link */
a:active {
     color: #164862;
     text-decoration:none;
}

.vLine{
	border-bottom:3px #e1e1e1 dashed;
	padding-top:20px;
	padding-bottom:20px;
	line-height:0px;
	}
	