/* content styles */

/* Basic */
body {font: 12px Arial, sans-serif; color: #333333; line-height: 1.666; }

h1, h2, h3, h4, h5, h6, caption { margin-top: 0; margin-bottom: 0.5em; font-family: Arial, Helvetica, sans-serif; color: #fff; }

h1 { font-weight: bold; font-size: 218.182%; line-height: 1.25; margin: 0 0 11px 0;  }
h2 { font-weight: bold; font-size: 145.45%; line-height: 1.1667; margin: 1em 0 10px 0;  }

h3, caption { font-size: 111.8182%; margin-bottom: 0.1em; }
h4, h5, h6 { font-size: 111.8182%; }

p, li { margin-top: 0; }
p, ul, ol, dl, table { margin-bottom: 1.6923em; }
p.no-margin { margin: 0; }

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: #b10f15;
  text-decoration: none; 
}
a:visited {color: #b10f15;
  text-decoration: none; 
}
a:hover {
  text-decoration: underline; 
}

/* 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: 1px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; }
.small { font-size: 84.615%;}
.suppress { color: #666666; font-weight: normal; }
.hidden { display: none; }

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

/* Tables */

table { margin: 0 0 1.6923em 0; background: none; border: 0; border-collapse: collapse; font-size: 100%; clear: both; width: 100%; border: 2px solid #e2e2e2; }
caption { text-align: left; padding-bottom: 5px; margin-bottom: 0; margin-top: 0; font-weight: bold;}
th, td {vertical-align: top; padding: 3px 10px; }
th, td { border: 1px solid #e2e2e2; }
th { text-align: left; border-bottom: 2px solid #e2e2e2; border-top: 1px solid #e2e2e2; }
th[align=right] { text-align: right; }
th[align=center] { text-align: center; }

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: 100%;}
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 15px 15px 15px;}
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;}

