body{font-family:Arial,Helvetica,sans-serif;line-height:20px;}
/* **************** CONTENT OBJECTS ***************** */
h1,h2,h3,h4,h5,h6,ul,ol,dl,p,blockquote,.media{margin:0 0 10px}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1,.h1{font-size:200%;font-weight:normal;font-style:normal;color:#000000;line-height:normal}
h2,.h2{font-size:167%;font-weight:normal;font-style:normal;color:#000000;line-height:normal}
h3,.h3{font-size:150%;font-weight:normal;font-style:normal;color:#000000;line-height:normal}
h4,.h4{font-size:125%;font-weight:normal;font-style:normal;color:#000000;line-height:normal}
h5,.h5{font-size:110%;font-weight:bold;font-style:normal;color:#000000;line-height:normal}
h6,.h6{font-size:110%;font-weight:normal;font-style:italic;color:#000000;line-height:normal}
/* ====== Elements ====== */
img{display:block;}
em{font-style:italic;}
strong{font-weight:bold;}
hr{border:5px solid #e2e2e2;border-width:0 0 5px 0;margin:20px 0px 10px;}
code{color:#0B8C8F;}
/* links */
a{color:#2C4460;text-decoration:none;}
a:focus,a:hover{text-decoration:underline;}
a:visited{color:#005A9C;}
/* ====== Lists ======*/
/* numbered list */
ol li{list-style-type:decimal;margin-left:40px;}
/* standard list */
ul li{list-style-type:disc;margin-left:40px;}
/* ====== blockquote ====== */
cite{display:block;text-align:right;padding-top:10px;}

.floatL{float:left}
.floatR{float:right}