
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
    font-family: Verdana,Arial,sans-serif;
    background-image:url('/assets/images/background_main.jpg');
    background-repeat: repeat-x;
    background-position: top;
    color: #000;
    line-height: 1.166;
    background-color:#FFF;
    padding:0px;
    margin:0px;
}

h1 {
    margin: 15px 0 0 0;
    padding: 0px;
    color: #006A90;
}

h2, h3, h4, h5, h6 {
    margin: 10px 0 0 0;
    padding: 0px;
    color: #9B3B28;
}

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: #376A97;
}

a.contact {
    color: #4F7CA4;
    font-family: verdana,arial;
    font-size: 10px;
    text-decoration: none;
 
}

a.contact:hover {
    color: #00415F;
    font-family: verdana,arial;
    font-size: 10px;
    text-decoration: none;
}

#content {
	padding:7px 63px 27px 73px;
}

#content ul {
    font-size: 70%;
    line-height: 1.4;
    list-style-image: url("/assets/images/list_square.gif");
}

#content ul ul {
    font-size: 100%;
    line-height: 1.4;
    list-style-image: url("/assets/images/list_square.gif");
}

#content ul ul ul {
    font-size: 100%;
    line-height: 1.4;
    list-style-type: none;
}

#content ol {
    font-size: 70%;
    line-height: 1.4;
    list-style-type: decimal;
}

#content ol ol {
    font-size: 100%;
    line-height: 1.4;
    
}

#content 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:#006A90;
}