/* content styles */

/* Basic */
body {font: 81.25% "Trebuchet MS", Tahoma, Arial, sans-serif; color: #464646; line-height: 1.462; }

h1, h2, h3, h4, h5, h6, caption { margin-top: 0; margin-bottom: 0.5em; color: #464646; }

h1 { font-weight: bold; font-size: 230.76%; line-height: 1.25; margin: 0 0 11px 0; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; border-bottom: 1px solid #cfcfcf; }
h2 { font-weight: bold; font-size: 115.385%; margin: 1em 0 5px 0; }

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

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

ul { margin: 8px 0 8px 0; padding: 0; list-style: none; zoom: 1; }
ul li {margin: 0.2em 0 0.2em 0; padding: 0 0 0 12px; background: url("../img/bullet-default.png") no-repeat 0em 0.6em; zoom: 1;}
ol { margin: 8px 0 8px 2em; padding: 0;  }
ol li { background: none; }

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 { font-style: italic; background: #f6f6f6; 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: #ca148b; }
a:visited {color: #ca148b;}
a:hover {color: #e671bd; }

/* 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%;  }
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 { background: none; border: 1px solid #c9d1b0; }
th { text-align: left; background: #e7eae1; color: #568525; font-weight: bold; }
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;}

.dotlink { background: url(../img/bullet-arrow1.png) no-repeat 0 50%; padding: 5px 0 5px 25px; }
