a:link {
    color: #0000ff;
}
a:visited {
    color: #0000ff;
} 
a:hover {
    color: #ff0000;
}
a:active {
    color: #ff9900;
}

body {
    font-family: Arial;
    background-image:url('back.gif'); color:#000000;
}

h1{
    padding-left:5px; padding-top:1px; padding-bottom:1px; 
    background-color:#00CCFF;
    font-size:120%;
}
h2{
    padding-left:5px; padding-top:1px; padding-bottom:1px; 
    border-style : solid;
    border-color : #00CCFF;
    border-width : 0px 0px 3px 3px;
    font-size    : 100%;
}

table.rtdst{
    font-size:120%;
}
th{
    font-weight: normal;
}
/*
hr{
    color: #00CCFF;
    background-color: #ff0000;
    border: 3px;
}
*/
div.space05{
    margin-bottom: 0.5em;
}
div.space10{
    margin-bottom: 1.0em;
}
div.space20{
    margin-bottom: 2.0em;
}
/*
pre.data{
    font-family: "Courier New",Courier,monospace;
    font-size: smaller;
}
*/

div.aeselect {
    width: 8em;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 1em;
    text-align: center;
}
table.aeselect {
	font-size: 80%;
}
div.aemain {
    height: auto;
    position: absolute;
    top: 0px;
    left: 8em;
    border-left-style: dashed;
    border-color: #00ccff;
    border-width: thin;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
div.dstmain {
    height: 100%;
    position: absolute;
    top: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

span.missing {
    color: #c0c0c0;
}
a.missing {
    color: #c0c0c0;
}

