@import url(/lib/archimedes/styles/base_text_styles_for_editor.css);

body {
    font-size: 13px;
    font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0.25em 0 0.75em 0;
    line-height: 1.2em;
    font-weight:normal;

}

p {
    font-size: 13px;
    line-height: 1.6em;
}
div.spacer{margin-bottom: 2.5em;}

a,
a:visited {
	color: #38b7e7;
}
a:hover {
	color: #38b7e7;
}

.left {
    float: left;
}

.right {
    float: right;
}

.embedded_img.right {
    padding: 5px 0 10px 18px;
}

.embedded_img.left {
    padding: 5px 18px 10px 0;
}

.embedded_img_caption {
    font: 11px/1.5 arial, sans-serif;
    color: #999;
    text-decoration: none;
    margin-top: 3px;
}

.embedded_img_copyright {
    font: 11px/1.5 arial, sans-serif;
    color: #999;
    text-decoration: none;
    font-style: italic;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-right: 0 solid #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

ul, ol {
    line-height: 1.6em;
}

.clickable > a,
.clickable > a:visited,
.clickable > a:hover {
    color: inherit;
    text-decoration: inherit;
}