@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family: LatoRegular,Arial, Helvetica, sans-serif; font-size:14px; color:#000; }
p { padding-bottom:10px; line-height:20px;}
img { border:0;}
input:focus { outline:none;}
.clear { clear:both;}
a { font-family: LatoRegular,Arial, Helvetica, sans-serif; color:#900505; font-size:15px; outline:none; text-decoration:none; }
a:hover { text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif;   font-weight:normal;}

.input, .textarea, .select { font-family:Arial, Helvetica, sans-serif; font-size:12px;}