
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
    font-family: Verdana,Arial,sans-serif;
    color: #000;
    line-height: 1.166;
    background-color:#FFF;
    padding:0px;
    margin:0px;
}

h1 {
    margin: 15px 0 0 0;
    padding: 0px;
    color: #003C80;
}


.date {
    font-size: 140%;
    margin: 15px 0 0 0;
    padding: 0px;
    color: #003C80;
}

h2, h3, h4, h5, h6 {
    margin: 10px 0 0 0;
    padding: 0px;
    color: #86C16B;
}

h1{
    font-size: 100%;
}

h2{
    font-size: 85%;
}

h3{
    font-size: 75%;
}

h4{
    font-size: 70%;
}

h5{
    font-size: 70%;
}

h6{
    font-size: 70%;
}

p {
    font-size: 70%;
    line-height: 1.4;
}

a, a:link, a:visited, a:hover {
    font-weight: normal;
    color: #003C80;
}

ul {
    font-size: 70%;
    line-height: 1.4;
    list-style-image: url("/assets/images/list_square.gif");
}

ul ul {
    font-size: 100%;
    line-height: 1.4;
    list-style-image: url("/assets/images/list_square.gif");
}

ul ul ul {
    font-size: 100%;
    line-height: 1.4;
    list-style-type: none;
}

ol {
    font-size: 70%;
    line-height: 1.4;
    list-style-type: decimal;
}

ol ol {
    font-size: 100%;
    line-height: 1.4;
    
}

ol ol ol {
    font-size: 100%;
    line-height: 1.4;
}


hr {
    border: none 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    height: 2px;
}

img {
 border:0px;
}

.blue {
    background-color:#003C80;
}