@font-face {
	font-family:	'Roboto';
	font-style:	normal;
	font-weight:	300;
	src:		local('Roboto Light'),
			local('Roboto-Light'),
			url('../fonts/Roboto-Light.woff') format('woff'),
			url('../fonts/Roboto-Light.eot') format('eot');
	}
/*
@font-face {
	font-family:	'Open Sans';
    font-style:							italic;
    font-weight:						300;
    src:        		    	        local('Open Sans Light Italic'),
										local('OpenSansLight-Italic'),
										url('/FONT/OpenSansLight-Italic.woff') format('woff'),
										url('/FONT/OpenSansLight-Italic.eot') format('eot');
	}
*/
@font-face {
	font-family:	'Roboto';
	font-style:	normal;
	font-weight:	400;
	src:		local('Roboto Regular'),
			local('Roboto-Regular'),
			url('../fonts/Roboto-Regular.woff') format('woff'),
			url('../fonts/Roboto-Regular.eot') format('eot');
    }
/*
@font-face {
	font-family:						'Open Sans';
	font-style:							italic;
	font-weight:						400;
	src:								local('Open Sans Italic'),
										local('OpenSans-Italic'),
										url('/FONT/OpenSans-Italic.woff') format('woff'),
										url('/FONT/OpenSans-Italic.eot') format('eot');
	}

@font-face {
	font-family:						'Open Sans';
	font-style:							normal;
	font-weight:						600;
	src:								local('Open Sans Semibold'),
										local('OpenSans-Semibold'),
										url('/FONT/OpenSans-Semibold.woff') format('woff'),
										url('/FONT/OpenSans-Semibold.eot') format('eot');
	}

@font-face {
	font-family:						'Open Sans';
	font-style:							italic;
	font-weight:						600;
	src:								local('Open Sans Semibold Italic'),
										local('OpenSans-SemiboldItalic'),
										url('/FONT/OpenSans-SemiboldItalic.woff') format('woff'),
										url('/FONT/OpenSans-SemiboldItalic.eot') format('eot');
	}
*/
@font-face {
	font-family:		'Roboto';
	font-style:		normal;
	font-weight:		700;
	src:			local('Roboto Bold'),
				local('Roboto-Bold'),
				url('../fonts/Roboto-Bold.woff') format('woff'),
				url('../fonts/Roboto-Bold.eot') format('eot');
	}

@font-face {
	font-family:		'Roboto';
	font-style:		normal;
	font-weight:		900;
	src:			local('Roboto Bold'),
				local('Roboto-Bold'),
				url('../fonts/Roboto-Black.woff') format('woff'),
				url('../fonts/Roboto-Black.eot') format('eot');
	}
	
	/*
@font-face {
	font-family:		'Roboto';
	font-style:		italic;
	font-weight:		700;
	src:			local('Open Sans Bold Italic'),
				local('OpenSans-BoldItalic'),
				url('/FONT/OpenSans-BoldItalic.woff') format('woff'),
				url('/FONT/OpenSans-BoldItalic.eot') format('eot');
	}
*/

@media all {
	* {
		margin:				0;
		padding:			0;
		border:				0;
		font-weight:			inherit;
		font-size:			1em;
		vertical-align:			baseline;
		line-height:			1em;
		text-decoration:		none;
	}
	
	*:hover,
	*:focus {
		text-decoration:		none;
	}
	
	html {
		font-family:			'Roboto', serif;
		font-weight:			300;
	}
	
	ol > li,
	ul > li {
		list-style: 			none;
	}

	blockquote,
	q {
		quotes:				none;
	}

	blockquote:before, 
	blockquote:after,
	q:before, 
	q:after {
		content: 			'';
		content: 			none;
	}
	
	table {
		border-collapse: 		collapse;
		border-spacing: 		0;
	}
	
}
