@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);

body {
	font-family: 'PT Sans', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

label {
	font-weight: normal;
}

hr {
	background: url(../img/dot.png) repeat;
	height: 3px;
}
hr.normal {
	background: rgba(0,0,0,0.3);
	height: 1px;
}