/* basic.css */
@font-face{
	font-family: sansPro;
	src: url(../fonts/SourceSansPro-Light.ttf);
}

@font-face{
	font-family: sansProBold;
	src: url(../fonts/SourceSansPro-Bold.ttf);
}

html{
	background: rgb(193,193,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	font-family: sansPro;
	min-height: 100.1%;
}
h1{
	margin-top: 7px;
	font-family: sansProBold;
}
h2{
	font-size: 16px;
	font-family: sansProBold;
	margin-bottom: 5px;
}
p{
	font-family: sansPro;
	line-height: 18px!important;
}
