
div.objectRight{
  float: right; 
  padding: 1em; 
  text-indent: -0.5em; 
  border-width: 1px 0 1px 1px; 
  margin: 0.2em -1px 0.2em 0.5em;
}

div.headerRight{
  float: right; 
  padding: 1em; 
  text-indent: -0.5em; 
  border-width: 0px 0px 0px 0px; 
  margin: 0em 0em 0em 0em;
  border: none;
}

div.headerLeft{
  float: Left; 
  padding: 1em; 
  text-indent: -0.5em; 
  border-width: 0px 0px 0px 0px; 
  margin: 0em 0em 0em 0em;
  border: none;
}

div.objectLeft{
  float: left; 
  padding: 1em; 
  text-indent: -0.5em; 
  border-width: 1px 0 1px 1px; 
  margin: 0.2em -1px 0.2em 0.5em;
}

div.quoteRight{
  float: right;
  width:25%; 
  text-align: left; 
  font-size: 120%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: white; 
  color: black; 
  border: solid black 1px;
  border-width: 1px 1px 1px 1px; 
  margin: 0.2em 0.2em 0.2em 0.5em;
}

div.quoteLeft{
  float: left;
  width:25%; 
  text-align: left; 
  font-size: 100%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: white; 
  color: black; 
  border: solid black 1px;
  border-width: 1px 1px 1px 1px; 
  margin: 0em 0.5em 0.5em 0.2em;
}

div.smaller{
  font-size: 70%; 
  color: #999999; 
}

div.pageFooter{
  margin: 3em 0em 0.5em 0em;
  text-align: center; 
  font-size: 70%; 
  color: #999999; 
}

div.pluginList{
  margin: 10em 0em 0.5em 0em;
  text-align: center; 
  font-size: 70%; 
  color: #999999; 
}

div.quotefirstletter{
  float: left;
  font-size: 350%; 
  font-weight: bold; 
  color: black; 
  margin: -0.2em 0em 0em 0em;
}

div.tableCentered {
  display: table; 
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
} 

table.alignTop {
  vertical-align: top;
}

.aligncenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

body {
  background:#cccccc;
  font-family:verdana,arial,helvetica,sans-serif;
}

body, table, tr, td {
  font-size:100%;
  font-size: 10pt;
}

textarea {
  font-size:100%;
  font-size: 10pt;
  font-family:verdana,arial,helvetica,sans-serif;
}

td.alignLeft {
  font-size:100%;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

td.leftHead {
  font-size:100%;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}


img {
  border: none;
}

td.halfcolumn {
  width:340px; 
  vertical-align:top;
  }


table.outerborder {
  background:#000000;
}

table.innertable{
  background:#ffffff;
}

h1 {
  font-size: 120%; 
  font-weight: bold;
  
}

h2 {
  font-size: 110%; 
  color: #cccc33;
  background:#003300;
  margin: 1em 0em 0.2em 0em;
}
  

.explorer {
  font-size:8pt;
  font-weight:normal;
  text-decoration:none;
  background:#003300;
  cursor:pointer;
  width:150px;
  height:25px;
  border:1px solid #000000;
  text-align: center;
}

.explorer_over {
  font-size:8pt; 
  font-weight:normal; 
  text-decoration:none; 
  background:#006600; 
  cursor:pointer; 
  width:150px; 
  height:25px; 
  border:1px solid #000000;
  text-align: center;

}

.explorer_down {
  font-size:8pt; 
  font-weight:normal; 
  text-decoration:none; 
  background:#006600; 
  cursor:pointer; 
  width:150px; 
  height:25px; 
  border:1px solid #000000;
  text-align: center;
}

.explorer_active {
  font-size:8pt; 
  font-weight:normal; 
  text-decoration:none; 
  background:#006600; 
  cursor:pointer; 
  width:150px; 
  height:25px;
  border:1px solid #000000;
  text-align: center;
}

#boxdescription {
  font-size:8pt; 
}

.menu {
  font-size:8pt; 
  font-weight:normal; 
  text-decoration:none; 
  color: #cccc33;
  }
  
  
/* the following is used to embed the object tags correctly in the page to be XHTML compliant */
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
  