@charset "utf-8";

*{
    margin:0;
    padding:0;
}
body{
    font-family:sans-serif;
    background: none;
	font-size: 10pt;
    line-height:1.3;
}

a { 
    color: black;
    text-decoration: underline;
}

#container{
    width:auto;
    margin:0 5%;
}
#header{
    height:77px;
    padding:0px;
}

#header h1{display: none;}
#header ul{display: none;}
#sidebar {display: none;}

#content hr{
    margin:0px 0px 1em;
    border:solid 1px #cce198;
}
#content img{
    margin:0px 5px 1em;
}
#content img.top_image{
    margin:0px 0px 0;
}

#content h1{
    margin:0px 5px 1em;
    border-bottom:2px solid #cce198;
}
#content h2{
    margin:0px 5px 1em;
    border-bottom:1.5px solidaaaa #cce198;
}
#content h3{
    margin:0px 5px 1em;
    border-bottom:1px solid #cce198;
}
#content h4{
    margin:0px 5px 1em;
}
#content h5{
    margin:0px 5px 1em;
}
#content h6{
    margin:0px 5px 1em;
}
#content address{
    margin:0px 10px 1em;
    font-style:normal;
    background-color:#f3ffd9;
}
#content p{
    margin:0px 5px 1em;
    text-align:justify;
    text-indent:1em;
}
#content blockquote{
    margin:0px 5px 1em;
    padding:5px 5px 5px 15px;
    background-color:#f3ffd9;
}
#content cite{
    margin:0px 5px 1em;
    padding:0px 0px 0px 1.5px;
    font-size:small;
    font-style:normal;
}
#content pre{
    margin:0px 5px 1em;
    padding:5px 5px 5px 15px;
    background-color:#f3ffd9;
}
#content ul{
    margin:0px 5px 1em;
    list-style-position:inside;
}
#content ol{
    margin:0px 5px 1em;
    list-style-position:inside;
}
#content dl{
    margin:0px 5px 1em;
}
#content dt{
    font-weight:bold;
}
#content dd{
    padding:0px 0px 0px 2em;
}
#content table{
    margin:0px 5px 1em;
    border:solid 3px #cce198;
    border-collapse:collapse;
	font-size: small;            /*080511*/
}
#content caption{
    margin:0.5em auto 0px;
    font-weight:bold;
}
#content th{
    padding:0.5em;
    border:solid 1px #cce198;
}
#content td{
    padding:0.5em;
    border:solid 1px #cce198;
}
#content thead{
    border-bottom:double 3px #cce198;
    background-color:#f3ffd9;
}
#content tfoot{
    border-top:solid 2px #cce198;
    background-color:#f3ffd9;
}
#content code{
    background-color:#f3ffd9;
}
#content q{
    background-color:#f3ffd9;
}
#content em{
    font-style:normal;
    font-weight:bold;
}
#content strong{
    font-style:normal;
    font-size:large;
    font-weight:bold;
}

#sidefooter {
    text-align: right;
}

.small { font-size: small; }    /*080413*/
.x-small { font-size: x-small; }  /*080524*/
.xx-small { font-size: xx-small; }  /*080524*/

.bold { font-weight: bold;}  /*080524*/

.red { color: #ff0000;
       text-decoration: underline; }  /*080524*/
	
.image { text-align: center; } /*080420*/

.center { text-align: center;} /*080524*/

.disprint {display: none;}

#footer{
     font-style: normal;
	 text-align: center;
     font-size:small;
	 }
