/*************************************************
body
*************************************************/
body {
   margin: 0px;
   padding: 0px;
   text-align: center;
   line-height:1.4;
   background: #ffffff;
   color: #000000;
   font-size: 10pt;
   font-family: serif;
}
/*************************************************
p
*************************************************/
p.header{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border-bottom: 1px solid #cccccc;
}
p.footer{
   margin: 0px 0px 0px 0px;
   padding: 5px 5px 5px 5px;
   border-top: 1px solid #cccccc;
}
p.nomargin{
   margin:0px;
}
/*************************************************
div
*************************************************/
div.main{
   position: static;
   width: 100%;
   margin: 0px;
   padding: 0px;
   background-color: #ffffff;
   border-top: 0px solid #808080;
   border-right: 0px solid #808080;
   border-bottom: 0px solid #808080;
   border-left: 0px solid #808080;
}
/*************************************************
table
*************************************************/
table.menu{
   background: transparent; 
   border-width: 0px;
}
.menu_title{
   font-size:10pt;
   font-weight: 600;
   color:#333333;
   background: transparent; 
}
.menu_body{
   font-size:10pt;
   background: transparent; 
}
/*************************************************
ul,li
*************************************************/
.menu_vlist {
   margin-top:0px;
   margin-bottom:0px;
}
.menu_vlist_item {
   margin: 0px 0px 0px 0px;
}
/*************************************************
a
*************************************************/
a{
   color: #003366;
   text-decoration:underline;
}
a:link{
   color: #003366;
   text-decoration: none;
}
a:visited{
   color: #003366;
   text-decoration :none;
}
a:hover{
   color :#ff0000;
   text-decoration: underline;
}

/*************************************************
h
*************************************************/
.entry-header{
   margin: 0px 0px 0px 0px;
   background: #f0f0ff;
   color: #000066;
   border-left: 5px solid #dae0e6;
   padding: 8px 10px 8px 10px;
   font-size: 16px;
   font-weight: 600;
}
.logo{
   font-family: Impact,sans-serif;
   font-style: italic;
   font-weight: 600;
   color: #003399;
}
.slogo{
   margin-left: 5px;
   margin-right: 5px;
   color: #003366;
   font-weight:600;
}
.caution{
   margin:0em 0em 0em 1em;
   font-size:8pt;
   font-weight:300;
   color: #663333;
}
/*************************************************
image
*************************************************/
.screenshot{
   margin: 0px 0px 0px 0px;
   border-top: 0px solid #808080;
   border-right: 1px solid #808080;
   border-bottom: 1px solid #808080;
   border-left: 0px solid #808080;
}
