﻿@charset "UTF-8";
.nav > a, .top_nav > a, .toc > a
{
color: #000;
font-size: 18px;
cursor: pointer;
text-decoration:none;
}
.nav > a:hover, .top_nav > a:hover, .toc > a:hover
{
color: #999;
}

.toc0
{
display: block;
margin-left: 0pt
}

.toc1
{
display: block;
margin-left: 10pt
}


.toc2
{
display: block;
margin-left: 20pt
}

.toc > *:before
{
content: "• ";
}
.tbl {
    width: 800px;
    height: auto;
    margin: 0 auto;
    background-color: white;
}
.clear {
    clear: both;
}
.txt {
    width:700px;
    margin: 0 auto;
    text-align: justify;
}
.left {
    direction: ltr;
}
.header {
    width: 800px;
    height:150px;
}
.titlehead {
    height:50px;
    width: 800px;
    background-color: black;
    border-radius: 15px 15px 0px 0px;
    

}
.ICS {
    text-align: center;
    color: white;
    font-size: 29px;
    
}
#padd {
    padding: 5px;
    background-color:  #b3ffb3;
}
