html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,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,b,u,i,center,dl,dt,dd,ol,ul,li,
form,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;padding:0;border:0;outline:0;
  background:transparent;
  color: #333;
  font-size:12px;
}
/* vertical-align:baseline; */

body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
/* fieldset,label, */

h1,h2,h3,h4,h5,h6 {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aa263d;
}
/* 26 22 20 16 13 10 */
h1 { font-size: 23px; line-height: 1.1em; }
h2 { font-size: 19px; line-height: 1.1em; }
h3 { font-size: 17px; line-height: 1.1em; }
h4 { font-size: 15px; line-height: 1.1em; }
h5 { font-size: 12px; line-height: 1.1em; }
h6 { font-size: 10px; line-height: 1.1em; }
p, div, td, th {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: disc;
}
ul li {
}
ul li ul {
  list-style-type: circle;
}

ol {
  margin: 0;
  padding: 0 0 0 30px;
  list-style-type: upper-roman;
}
ol li {
}
