@charset "UTF-8";
.font-regular-gray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.font-regular-white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 140%;
}
@font-face
{
 font-family: 'Oswald-Bold';
 src: url(Oswald-Bold.ttf)
}
@font-face
{
 font-family: 'Oswald-Light';
 src: url(Oswald-Light.ttf)
}
@font-face
{
 font-family: 'Oswald-Regular';
 src: url(Oswald-Regular.ttf)
}
h1
{
	font-family: Oswald-Bold;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.font-black {
	color: #000;	
}