@import 'fonts.css';

/* RESET */
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,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot{font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body#cont {font-size: 12px; font-family: Arial, sans-serif;}
body#cont font{ font-family: Arial, sans-serif;}
/* SITE CSS */
html { width: auto; height: 100%;  }
a { color:black; text-decoration: none; }
a:hover { text-decoration:none; }

#cont {line-height: 2; }
#cont h2 { color: #393939; font-size: 27px; padding-bottom: 24px; font-weight: normal; line-height: 1;}
#cont h3 { font-weight: normal; color: #393939; font-size: 21px; padding-bottom: 12px;line-height: 1;}
#cont span.name { font-size: 11px; display: block; color: #393939; padding-bottom: 15px; margin-top: -5px; line-height: 1.3; }
#cont .text {  }
#cont .text p { line-height: 2.0; color: #2a2a2a; font-size: 12px; padding-bottom: 15px;}

#cont ul {color: #000; font-size: 12px; padding-left: 30px;}
#cont li  {color: #000; font-size: 12px; list-style-image: url("/images/list.png"); list-style-type: none; list-style-position: outside; line-height: 180%; padding-left: 5px;}
#cont ol { counter-reset: li; list-style: none; padding: 0px; margin: 0px; display: block; list-style-position: outside; list-style-type: decimal; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; }
#cont ol li { display: list-item; list-style-position: outside; list-style-image: none; margin: 10px 0px 0px 40px; padding-left: 0px; list-style-type: decimal;}