/**
 * Paragraph styles 
 */
 
p {
  margin: 10px 0 17px 0;
}


/**
 * Header styles
 */
 
/*
  color: #f36;
  color: #f63;
  color: #09f;
*/

.typography h1 {
  font: normal 21px Arial;
  color: #555;
  margin: 0 0 5px 0;
}

  .typography h1 a {
    color: #555;
    border: none;
  }

  .typography h1 a:hover {
    border: dotted #666;
    border-width: 0 0 1px 0;
  }
 
.typography h2 {
  font: normal 16px Arial;
  color: #555;
  margin-top: 10px;
}

  .typography h2.hr {
    border: dotted #d8d4c0; 
    border-width: 0 0 1px 0;
    padding: 0 0 5px 0;  
  }


/**
 * Row styles
 */
 
.typography hr {
  border: 0px; 
  border-top: 1px dotted #d8d4c0; 
  height:0px;
  margin: 15px 0;
}

.typography span.hr {
  border: dotted #d8d4c0; 
  border-width: 0 0 1px 0;
  padding: 0 0 0 0;  
}


/**
 * List styles
 */
 
.typography ul {
  margin: 15px 0 5px 0;
  overflow: hidden;
}

.typography li {
/*
  list-style-type: disc;
  list-style-position: inside;
*/
  margin: 0 20px 15px 0;
  font-size: 11px;
  float: left;
  width: 250px;
}

.typography ul.partnerList li {
  height: 200px;
}

.typography ul.partnerList li img {
  float: left;
  margin: 3px 5px 0 0;
  border: 1px solid #999;
  height: 48px;
  width: auto; 
}


/**
 * Link styles
 */
 
.typography a {
  color: #666;
  text-decoration: none;
  border: dotted #666;
  border-width: 0 0 1px 0;
}

.typography h2 a {
  border: none;
}

.typography li b a {
  border: none;
}



 
/* GENERIC STYLES 
-------------------------------------------- */
 


/* PARAGRAPHS 
-------------------------------------------- */


/* QUOTES
-------------------------------------------- */

/* LINKS 
-------------------------------------------- */



/* LIST STYLES 
-------------------------------------------- */

		
/* HEADER STYLES 
-------------------------------------------- */



/* PRE STYLES 
-------------------------------------------- */	


/* TABLE STYLING 
-------------------------------------------- */


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */


/* IMAGES 
-------------------------------------------- */

 
