.typography p,
.typography div,
.typography td,
.typography li {
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
line-height: 1.5em;
margin:0px;
}


.typography p,
.typography td,
.typography li {
margin:3px 0px;
}


.typography td {
  padding:8px;
}
.typography ul,
.typography ol
 {
   margin:  11px 14px;
   padding: 0px 14px;
}

.typography ul {
list-style-type: disc;
}

.typography ol {
list-style-type: decimal;
}


.typography blockquote,
.typography div.infobox
 {
  background:#fff;
  padding:7px;
  margin:10px 0px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

.typography blockquote h2,
.typography div.infobox h2 {

   border-bottom:2px dotted #ccc;
   margin-bottom:4px;
   font-family: 'Droid Sans',helvetica,arial;  
   font-size:14px;
   
}



.typography p {
margin: 0px;
}

.typography hr {
display: block;
position: relative;
padding: 0;
margin-top: 0px;
padding-top:8px;
margin-bottom: 8px;
width: 100%;
clear: both;
border: none;
border-bottom: 1px solid #AAA;
font-size: 1px;
line-height: 0;
overflow: visible;
}


.typography h1 {
font-size: 1.91em;
margin-bottom: 1em;
font-weight: bold;
}

.typography h2 {
font-size: 11px;
margin: 0px 0px 0em 0px;
font-weight: bold;
}

.typography  h3 {
font-weight: normal;
font-size: 1.21em;
}

.typography .size-s {
font-size: 11px;
}
.typography .size-xs {
font-size: 10px;
}

.typography a {
  color:#777;
  text-decoration:underline
}

.typography a:hover {
  text-decoration:underline !important;
}
