
BODY  {margin: 0; padding: 0; color: #ddd; font-family: Arial; background-color: #47275c }
a:link { color: #dddddd; text-decoration: none }
a:visited { color: #dddddd; text-decoration: none }
a:active { color: #dddddd; text-decoration: none }
a:hover { color: #ff3; text-decoration: underline }
a.filler:link { color: #dddddd; font-weight: bold; text-decoration: underline }
a.filler:visited { color: #dddddd; font-weight: bold; text-decoration: underline }
a.filler:active { color: #dddddd; font-weight: bold; text-decoration: underline }
a.filler:hover { color: #ccffcc; font-weight: bold; text-decoration: underline }
input.button  { color: #ffffff; font-weight: bold; font-size: 12px; font-family: Arial; background-color: #84868b; padding: 0px; border: none 0px #00ccff }
input.button2 { color: #ffffff; font-weight: bold; font-size: 10px; font-family: Arial; background-color: #3b425b; padding: 0px; border: 0px }
.fields_cc { color: #000000; font-size: 7pt; font-family: Verdana, Helvetica; background-color: #ffffff; padding-left: 3px; border: solid 1px black; height: 16px; clip: rect(auto auto auto auto) }
/* A fake IE information bar */
#infobar {
    font: .9em normal "Verdana", "Geneva", sans-serif;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: InfoText;
    background: InfoBackground url(warning.gif) no-repeat fixed .3em .3em;
    padding: .3em .3em .3em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: HighlightText;
    background-color: Highlight;
}

/* A fake viewplot for IE information bar */
#viewplot {
    width: 100%;
    height: expression( this.parentNode.offsetHeight - this.offsetTop );
    overflow-x: hidden;
    overflow-y: scroll;
}

code {
	font-size:15px;
	font-weight: bold;
	color:#ff3;
}