body{font-family:"Myriad Pro","Segoe UI",Helvetica, Arial, sans-serif;}
/* **************** CONTENT OBJECTS ***************** */
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote {padding:0 0px;}
h1, h2, h3, h4, h5, h6,img{padding-bottom:0px;}
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl,
ul h1,ul h2,ul h3, ul h4, ul h5, ul h6, ul p, ul ul, ul ol, ul dl,
ol h1,ol h2,ol h3, ol h4, ol h5, ol h6, ol p, ol ul, ol ol, ol dl {padding:0;}
/* ====== Elements ====== */
img{display:block;}
em{font-style: italic;}
strong{font-weight:bold;}
hr{border: 5px solid #e2e2e2; border-width: 0 0 5px 0; margin: 20px 10px 10px 10px;}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1{font-size:90%; text-transform:uppercase; font-weight:normal; font-style: normal; color:#444;}
h2, .h2{font-size:100%; text-transform:uppercase; font-weight:normal; font-style: normal; color:#444;}
h3, .h3{font-size:146.5%; font-weight:normal; font-style: normal; color:#444;}
h4, .h4{font-size:123.1%; font-weight:normal; font-style: normal; color: #444;}
h5, .h5{font-size:108%; font-weight:normal; font-style: normal; color:#444;}
h6, .h6{font-size:108%; font-weight:normal;  font-style: italic; color:#444;}
/* additional headings */
.nhusao{font-size:90%; text-transform:uppercase;}
.important a{font-weight:bold;}
.tags{color: #999;padding:0 10px;}
.update{background-color:#999; color:#fff; font-style:italic; padding:0 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
/* links */
a { color: #999;text-decoration: none }
a:focus, a:hover { text-decoration: underline }
a:visited { color:#999; }
/* ====== Lists ======*/
/* numbered list */
ol.simpleList li{list-style-type: decimal; margin-left:40px;}
/* standard list */
ul.simpleList li{list-style-type:disc; margin-left:40px;}
