/*css*/
#contcont{
margin-left:50px;
margin-right:50px;
margin-top:20px;
border-color:#000000;
border-style:solid;
border-width:1px;
background-color:#A0EBC2;
padding-left:10px;
padding-right:5px;
}
#contcont h1{
color:#666666;
font-size:1.25em;
font-style:italic;
}
#contcont p{
text-indent:1em;
}
#contcont hr{
border: none;
background-color:#CCCCCC;
color: #CCCCCC;
height: 1px;
width: 80%;
}
.jusrt{
text-align:right;
}
#contcont table{
border-color:#999999;
border-width:1px;
border-style:solid;
}
.tdbox{
border-color:#999999;
border-width:1px;
border-style:solid;
}