/* Copyright (C) Extensions For Joomla */


@CHARSET "ISO-8859-1";

@font-face {
 font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Regular-webfont.eot');
    src: url('../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../../fonts/OpenSans-Regular-webfont.svg#Open+Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:"Open Sans", "Tahoma";
}
input, select, button {
	font-family: "Open Sans", "Century Gothic", Tahoma, Helvetica, Arial;
}