@font-face
{
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-Regular.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-Regular.ttf"); /* TTF file for CSS3 browsers */
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-BoldItalic.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-BoldItalic.ttf"); /* TTF file for CSS3 browsers */
	 
	font-style: italic;
	font-weight: bold;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-Bold.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-Bold.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: bold;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-ExtraBold.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-ExtraBold.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: 800;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-ExtraBoldItalic.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-ExtraBoldItalic.ttf"); /* TTF file for CSS3 browsers */
	 
	font-style: italic;
	font-weight: 800;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-Italic.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-Italic.ttf"); /* TTF file for CSS3 browsers */
	 
	font-style: italic;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-Light.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-Light.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: 300;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-LightItalic.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-LightItalic.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: 300;
	font-style: italic;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-Semibold.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-Semibold.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: 600;
}

@font-face
{	
	font-family: METAVIEW;
	src: url("../../fonts/OpenSans-SemiboldItalic.eot"), /* EOT file for IE */
	 	 url("../../fonts/OpenSans-SemiboldItalic.ttf"); /* TTF file for CSS3 browsers */
	 
	font-weight: 600;
	font-style: italic;
}