
div.shadow { 
    background:#e0e0e0; /* shadow color */
    border:1px solid #DDDDDD; /* darker border color */
    margin: 0px;
    position: relative;
  }

div.frame {
    text-align: left; 
    background: #ffffff; 
    border:1px solid #999999; /* lighter border color */
    position: relative; 
    padding: 3px;
    left:-3px; /* you can change this to change the amount of shadow */
    top:-3px; /* you can change this to change the amount of shadow */
  } 

div.box {
    text-align: left; 
    background: #ffffff; 
    border:1px solid #000000; /* lighter border color */
    position: relative; 
    padding: 5px;
    left:1px; /* you can change this to change the amount of shadow */
    top:-5px; /* you can change this to change the amount of shadow */
  } 

caption.cap
{
text-align: left; 
font:normal 10pt Verdana;
color: #000000;
text-decoration:none;
}

a.edit
{
background: #ffffff
color: #4040FF;
font:normal 10pt Verdana;
text-decoration:underline;
}

a
{
background: #ffbb5f;
color: #000000;
font:normal 10pt Verdana;
text-decoration:none;
}

a:hover
{
color: #ffffff;
}

body
{
font:normal 10pt Verdana;
color: #000000;
}

div.header
{
background-color: #ffffff;
font:normal 12pt Verdana;
}

div.p1
{
background-color: #ffffff;
border:1px solid #ffffff;
}

div.p
{
background-color: #ffffff;
border:3px solid #ffffff;
}

div.p2
{
background-color: #ffffff;
border:6px solid #ffffff;
}

div.dots {
border-top: 3px dotted #c0c0c0;
}

div.dotv {
border-left: 3px dotted #c0c0c0;
}

table.dotv {
border-right: 3px dotted #c0c0c0;
}

table.dotright {
border-right: 3px dotted #c0c0c0;
}

table.dotleft{
border-left: 3px dotted #c0c0c0;
}

