@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	color:#646464;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:24px;
}

hr{
	border-color:#ABABAB;
}

a:link,a:visited{
	color:#ff8c00;
}

a:hover{
	color:#FF1500;
}



h1{
	font-size:26px;
}

img.block_image{
	margin-bottom:40px;
}

h2{
	font-size:30px;
	font-weight:bold;
}

h3{
}

h4{
}

h5{
}

ul{
	padding-left:13px;
}

