* {
  margin: 0px;
  padding: 0px;
}

/* content styles */

/* Basic */

body {
  font-size: 0.75em; 
  font-family: Arial, Verdana, sans-serif; 
  color: #2f2327; 
  line-height: 1.462; 
}

h1, h2, h3, h4, h5, h6, caption {
  color: #ec008c;
}

h1 { 
  font-weight: bold; 
  font-size: 2.1em; 
  margin-bottom: 4px;
  line-height: 1.1em;
}

h2 { 
  font-weight: bold; 
  font-size: 1.5em; 
  margin-bottom: 2px; 
}

h3 { 
  font-weight: bold; 
  font-size: 1.35em; 
  margin-bottom: 2px; 
}

h4 { 
  font-weight: bold; 
  font-size: 1.2em; 
  margin-bottom: 2px; 
}

h5, h6, caption {
  font-weight: bold; 
  font-size: 1.0em; 
  margin-bottom: 0px; 
}

p {
  font-size: 1em;
}

p, ul, ol, dl, table { 
  margin-bottom: 15px; 
}

p.no-margin { 
  margin: 0; 
}

p.date {
  color: #7c6f76;
}

ul {
  list-style: none; 
}

ul li {
  _height: 6px;
  padding-left: 13px;
  background: url(../img/layout/background/wysiwyg_ul_li.png) 0 0.5em no-repeat;
  margin-bottom: 2px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

ol.decimal {list-style: decimal; }
ol.lower-alpha { list-style: lower-alpha; }
ol.upper-alpha { list-style: upper-alpha; }
ol.lower-roman { list-style: lower-roman; }
ol.upper-roman { list-style: upper-roman; }

blockquote { background: #f2f2f2; margin: 0 0 1.6em 0; padding: 15px 20px 1px 20px; }

hr { display: block; width: 100%; height: 1px; font-size: 1px; overflow: hidden; border: 0; color: #E9E8E5; background: #E9E8E5; margin: 10px 0; clear: both; }

a {color: #ec008c;}
a:visited {color: #ec008c;}
a:hover {color: #ec008c; text-decoration: none;}

/* Misc */
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.out { position: absolute; left: -2000px; top: -2000px; }
.break { height: 0px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; }
.small { font-size: 0.8em;}
.suppress { color: #666666; font-weight: normal; }
.hidden { display: none; }

.center { text-align: center; }
.left { text-align: left !important; }
.right { text-align: right; }

/* Tables */

table {
  background: none; 
  border-collapse: collapse; 
  font-size: 1em; 
  clear: both; 
  width: 100%; 
}

caption {
  text-align: left; 
  padding-bottom: 5px; 
  margin-bottom: 0; 
  margin-top: 0; 
  font-weight: bold;
}

th, td {
  vertical-align: top; 
  padding: 5px 10px; 
  background: #cdc9c7; 
  border-bottom: 1px solid #e9e6e3; 
  color: #2f2327;
}

th {
  text-align: left; 
  background: #2f2327; 
  color: #e9e6e3;
}

th[align=right] { text-align: right; }
th[align=center] { text-align: center; }
tr.even td { background: #e5ecf1; }
table td p { margin: 0.1em 0; }

/* Plain table */
table.plain { background: none; border: none; margin: 0; }
table.plain tr td, table.plain tr { background: none; border: none; padding: 0; font-size: 1em;}
table.plain tr td { padding-right: 5px; }
table.plain h2 { margin-top: 10px; }

/* Half columns */
.col-h-l, .col-h-r {width: 47%; }
.col-h-l {float: left; display: inline;}
.col-h-r {float: right; display: inline;}

/* Images */
img { border: 0; padding: 0; margin: 0; }
img.left, img.right {margin: 0 18px 15px 18px;}
img.left {margin-left: 0; float: left; clear: left;}
img.right {margin-right: 0; float: right; clear: right;}
img.plain {margin: 0; padding: 0; border: 0; display: inline; vertical-align: middle;}

