@charset "utf-8";

/* CSS Document */
/*@import url("bootstrap-responsive.min.css") screen, projection;	*/
/*@import url("bootstrap.min.css?t=1") screen, projection;	*/
@import url("varible.css") screen, projection;	
@import url("reset.css") screen, projection;
@import url("style.css?t=6") screen, projection;
@import url("animate.min.css?t=6") screen, projection;
@import url("header.css") screen, projection;
@import url("navbar.css") screen, projection;
@import url("pagebreak.css") screen, projection;

@font-face {
	 font-family:Roboto;
	 src: url('fonts/RobotoCondensed-Light.ttf') format('truetype'),
	 url('fonts/RobotoCondensed-Light.eot#iefix') format('embedded-opentype'),
	 url('fonts/RobotoCondensed-Light.woff') format('woff');

}

/*
@font-face
{ 
	font-family:Helvetica; 
	src:url('fonts/helvetical.otf') format('truetype'),
	url('fonts/helvetical.eot#iefix') format('embedded-opentype'),
	url('fonts/helvetical.woff') format('woff'); 
	font-weight:300; font-style:normal; 
} 