/*
@font-face {
    font-family: "OpenSans";
    src: url(/fonts/opensans-bold-webfont.eot) format("embedded-opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url(//:) format("no404"), url(/fonts/opensans-bold-webfont.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url(/fonts/opensans-regular-webfont.eot) format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url(//:) format("no404"), url(/fonts/opensans-regular-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "OpenSans";
    src: url(/fonts/OpenSans-Bold.eot) format("embedded-opentype");
    src: url(//:) format("no404"), url(/fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url(/fonts/OpenSans-Regular.eot) format("embedded-opentype");
    src: url(//:) format("no404"), url(/fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
*/
input,
select,
textarea,
body {
	font-family:  arial, helvetica, sans-serif;
}

pre {
	font-family: monospace;
}
