@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps);

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pt_sans-web-regular-webfont.eot');
    src: url('fonts/pt_sans-web-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-web-regular-webfont.woff') format('woff'),
         url('fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
         url('fonts/pt_sans-web-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}