@page { margin: 0.79in }
P { margin-bottom: 0.08in }
A:link { so-language: zxx }

/* Define colors, fonts and other style attributes here to override the defaults */
/* * {margin: 0; padding: 0;}*/
/* Page background color */
BODY { 
  height:100%; 
  font-size: 95%; 
  color:#403818 
  background-color:#fff;
}

#outer_wrapper { 
  min-height: 100%;
  width: 770px;
  margin: 10px auto 10px auto;
  border-style: solid; 
  border-color: #ccc;
  border-width: 1px; 
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#inner_wrapper { 
  min-height:100%;
  width:auto;
  padding: 15px ;
  border-style: solid; 
  border-color: #888; 
  border-width: 1px;
  background : #ffffff;
  line-height:1.4em;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* Headings */
h1 { font-size: 200% }

/* Table colors */
.TableHeadingColor     { background: #ddd; color:#403818 } /* Dark mauve */
.TableSubHeadingColor  { background: #ccc; color:#605020 } /* Light mauve */
.TableRowColor         { background: #eee; color:#000 } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 80%; font-family: Helvetica, Arial, sans-serif; color:#403818 }
.FrameHeadingFont { font-size: 75%; font-family: Helvetica, Arial, sans-serif; color:#403818 }
.FrameItemFont    { font-size: 75%; font-family: Helvetica, Arial, sans-serif; color:#403818 }

/* Navigation bar fonts and colors */
.NavBarCell1    { padding:0px 4px; background-color:#efd; color:#000000} /* Light mauve */
.NavBarCell1Rev { padding:0px 4px; background-color:#777; color:#000} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#fff;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}

a {
    color: #134;
    text-decoration: none;
}
a:hover {
    color: #008;
    text-decoration: underline;
}
a:active {
    color: #008;
    text-decoration: none;
}
a:visited {
    color: #552;
    text-decoration: none;
}

table
{
    border-collapse:collapse; 
    border-color:#ccc;
    margin: 0px 0px 0px 0px; 
    padding: 150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
TR{
    margin: auto; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
TD{
    line-height:1.2em;
}


HR{
    border: none; 
    height: 1px; 
    background: #aa8;
}

/* Uncomment to hide headers */
/* H3{display:none;} */

CODE{font-size:100%}





