@font-face {
    font-family: 'light';
    src: url('../../css/fonts/Source Sans Pro Light.eot');
    src: url('../../css/fonts/Source Sans Pro Light.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/Source Sans Pro Light.woff') format('woff'),
         url('../../css/fonts/Source Sans Pro Light.ttf') format('truetype'),
         url('../../css/fonts/Source Sans Pro Light.svg#Source Sans Pro Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'regular';
    src: url('../../css/fonts/Source Sans Pro Regular.eot');
    src: url('../../css/fonts/Source Sans Pro Regular.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/Source Sans Pro Regular.woff') format('woff'),
         url('../../css/fonts/Source Sans Pro Regular.ttf') format('truetype'),
         url('../../css/fonts/Source Sans Pro Regular.svg#Source Sans Pro Regular') format('svg');

}

@font-face {
    font-family: 'black';
    src: url('../../css/fonts/Source Sans Pro Bold.eot');
    src: url('../../css/fonts/Source Sans Pro Bold.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/Source Sans Pro Bold.woff') format('woff'),
         url('../../css/fonts/Source Sans Pro Bold.ttf') format('truetype'),
         url('../../css/fonts/Source Sans Pro Bold.svg#Source Sans Pro Regular') format('svg');

}



html, body
{
	margin: 0px;
	padding: 0px;
	font-family: 'light', Verdana, Arial;
	font-size: 14px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000;
  line-height: 1.5em;
}

strong
{
	font-family: 'regular', Verdana, Arial;
}

a
{
	border: none;
	color: #B60754;
}

h1,h2,h3,h4,h5
{
	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

input, textarea
{
	font-family: 'regular', Verdana, Arial;
	-webkit-appearance:none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

#paging a, #paging span
{
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	font-family: black;
	background: #eee;
	border-radius: 8px;
	color: #333;
}