body.standard {
   margin: 0px;
   padding: 0px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 238, 220);
}

a:link {color: #000066; font-family: helvetica,arial,sans-serif; text-decoration:none; font-size:smaller;}
a:visited {color: #669999; font-family: helvetica,arial,sans-serif; text-decoration:none; font-size:smaller;}
a:hover {color: #FF6600}
a:active {color: #FF6600}

td.selected {
   border: 1px solid rgb(205, 102, 0);
   border-bottom-style:none;
   background-color: rgb(255, 255, 255);
   vertical-align: middle;
}

   td.menu {
   vertical-align: top;
   border-bottom: 1px solid rgb(102, 153, 153);
}

td.normal {
   border: 1px solid rgb(102, 153, 153);
   vertical-align: middle;
   background-color: rgb(255, 255, 255);
}

.inline {
   border: 0px solid rgb(51, 51, 51);
   border-bottom: 1px solid rgb(51, 51, 51);
   background-color: rgb(255, 234, 234);
   vertical-align: top;
}

.inline-right {
   border: 0px solid rgb(51, 51, 51);
   border-bottom: 1px solid rgb(51, 51, 51);
   background-color: rgb(255, 234, 234);
   vertical-align: top;
   text-align: right;
}

p {
   margin-left:  20px;
   margin-right: 20px;
}

ul {
   margin-left:  40px;
   margin-right: 60px;
}

img.title {
   margin-left: 20px;
   margin-top:  20px;
}

img.border {
   border: 1px solid rgb(102, 153, 153);
	 margin-top: 0px;
}

pre.border {
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: rgb(255, 255, 221);
   border: 1px solid rgb(102, 153, 153);
}

p.executive {
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 10px;
   background-color: rgb(255, 255, 221);
   border: 1px solid rgb(102, 153, 153);
}

p.quoted {
   margin-left: 40px;
   margin-right: 40px;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 10px;
   font-style: italic;
}

span.side-title {
   font-family: helvetica,arial,sans-serif;
   color: rgb(0, 0, 102);
}

.side-normal {
   font-family: helvetica,arial,sans-serif;
   font-size: smaller;	
   margin-left: 5px;
   margin-right: 5px;
}

table.menu-box {
   border: 1px solid rgb(102, 153, 153);
   background-color: rgb(255, 255, 255);
   text-align: left;
   width: 200px;
}

td {
   vertical-align: top;
}

td.maintop {
   border: 1px solid rgb(102, 153, 153);
   border-top-style:none ;
   vertical-align: top;
   background-color: rgb(255, 255, 255);
}

td.side {
   vertical-align: top;
}

.highlight {
   font-weight: bold;
   font-style: italic;
}

.orange {
   color: #FF6600;
}

.italic {
   font-style: italic;
}

img.floatRight {
   float: right;
   margin: 4px;
}

h1 {
   font-family: helvetica,arial,sans-serif;
   font-size: 18pt;	
   color: #0000CC;
   margin-left:  20px;
   margin-top: 20px;
}

h2 {
   font-family: helvetica,arial,sans-serif;
   font-size: 14pt;
   color: #000099;
   margin-left:  40px;
   margin-right: 20px;
   margin-bottom: -10px;
}

h3 {
   font-family: helvetica,arial,sans-serif;
   font-size: 12pt;	
   color: #000066;
   margin-left:  60px;
   margin-right: 20px;
   margin-bottom: -10px;
}
