/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.3em;
    color: #555;
}

h1,h2,h3,h4 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    letter-spacing: -1px;
    color: #0C9ACF;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    letter-spacing: -1px;
    color: #000;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    color: #c81475;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #000;
    margin:0 0 10px 0;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #FFF;
    margin:0 0 10px 0;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 2px 0;
    margin:0 0 10px 0;
}

p {
   padding: 2px 0 2px 0;
   margin: 0;
}

hr {
    clear: both;
    border: none;
    border-bottom: 1px dotted #bbb;
    height: 1px;
    color: #bbb;
    margin: 5px 0;
}

a:link,
a:active,
a:visited {
    color: #c81475;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

select, input {
    font-size: 1em;
}

table.content,
table.story,
table.presscontent,
table.contactcontent {
    margin: 0 auto;
}

table.story {
    width: 95%;
}

table.content td,
table.presscontent td,
table.contactcontent td {
    line-height: 16px;
    height: 25px;
    padding-left: 10px;
    border-bottom: 1px dashed #ddd;
}

table.contactcontent td {
    padding-left: 30px;
    padding-right: 10px;
    border: none;
}

table.story p {
    line-height: 19px;
    padding: 2px 0 2px 10px;
}

table.presscontent td {
    height: 55px;
}

table.contactcontent td {
    height: 30px;
}

table.presscontent td a:link,
table.presscontent td a:active,
table.presscontent td a:visited {
    text-decoration: underline;
}
table.presscontent td a:hover {
    text-decoration: none;
}

table.content th {
    text-align: left;
    padding-left: 10px;
    line-height: 17px;
}

.r0 {
    background-color: #eaeaea;
}

table.story .r0 {
    background-color: #eaeaea;
}

.r1 {
}

.detail {
    padding: 3px 0 5px 10px;
}

.coursepic img {
    background: #FFFFFF;
    border: 1px solid #bfe458;
}

.close  {
    margin: 5px;
    font-weight: bold;
    color: #0c9acf;
}

.close a {
    font-weight: normal;
    color: #c81475;
    text-decoration: none;
}
