/*
    ae_style.css
	<link rel=StyleSheet href=./ae_style.css>
*/


body {
  background-color: #f0f0f0;
  background-image: url(./imeges/p1000769c.gif);
  color: black;
  text-align: left;
  margin: 4px;
  font-size: 10.5pt;
}

img{
  border: 0;
}

p {
}

pre {
  line-height: 1.1;
  background-color: #eee;
  padding: 10px;
  font-weight: normal;
  font-family: monospace;
}

blockquote {
  background-color: white;
  border-left: 1px dotted black;
  margin-left: 3em;
  padding-left: 1em;
  font-weight: normal;
}

ul
{
}

ol
{
}

li
{
}

a
{
}

table{ 
  margin: 0;
  cell-spacing: 0;
  padding: 4px;
  width: 100%;
  border-width: 0px none black;
}

tr {
  margin: 0;
  border: 0px none black;
  valign: top;
}

th {
  font-weight: bold;
}

td {
}

table.mmu{ 
  margin: 0;
  cell-spacing: 0;
  padding: 0;
  width: 100%;
  border: 0px solid #a0a0a0;
}

tr.mmu {
  margin: 0;
  valign: top;
}

th.mmu {
  color: #000000;
  background-color: #f0f0f0;
  font-weight: bold;
  border: 0px solid black;
  padding: 0px;
}

td.mmu {
  margin: 0;
  padding: 0px;
  border: 0px solid #a0a0a0;
	width: 176px;
}

div.mmu
{
	position: absolute;
	width: 176px;
	height: 21px;
	padding: 0 0 0 26;
	text-align: left;
	valign: absmiddle; 
	font-size: 10pt;
	line-height: 21px;
}

a.mmu
{
	font-size: 10pt;
	line-height: 21px;
}
a.mmu:visited
{
	color: #a040a0;
};

a.mmu:link
{
	color: #4040a0;
	font-weight: bold;
};

a.mmu:hover, a.mmu:focus, a.mmu:active
{
	color: #a04040;
	background-color: #F5EAB8;
	text-decoration: none;
	font-weight: bold;
};

/*
    For Printing
*/
@media print {
  body {
    font-family: sans-serif;
    line-height: 1.3;
  }
  div#navigator{
    display: none;
  }
  div#header{ 
    display:none;
  }
  table.sidebar{ 
    display:none;
  }
  div#sidebar{ 
    display: none;
  }
  td.sidebar{ 
    display:none;
  }
  .validation{ 
    display:none;
  }
  div#body{
    font-size: 90%;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
  }
  div#main{
    padding:0px;
    margin: 0;
    font-family: sans-serif;
  }
  h1 {
    color: black;
    background-color: white;
    border-bottom: 2px solid #33a;
    padding-bottom: 0em;
  }
  a, a:link, a:visited {
    color: #33a;
    font-weight: normal;
  }
}


