@charset "utf-8";
/* CSS Document */
body {
   padding:0px;
   margin:0px;
   border:none;
   font-family:'HelveticaNeueW01-Thin',Arial;
   font-size:14px;
   vertical-align:text-top;
   text-decoration:none;
   text-align:left; 
   /*cursor:default;*/
   color:#231f20;
}
html, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   padding:0px;
   margin:0px;
   border:none;
   font-family:'HelveticaNeueW01-Thin',Arial;
   font-size:14px;
   vertical-align:text-top;
   text-decoration:none;
   text-align:left;
   /*cursor:default;*/
   color:#231f20;
   background:none;
}
div {
	color:inherit;
    font:inherit;
    letter-spacing:inherit;
    line-height:inherit;
    list-style:inherit;
    text-align:inherit;
    text-indent:inherit;
    text-transform:inherit;
    visibility:inherit;
    white-space:inherit;
    word-spacing:inherit;
}
input, select, textarea {
	font-family:'HelveticaNeueW01-Thin',Arial;
	font-size:14px;
}