html {background-color:rgba(255,151,0,1.0)}
body {margin-top:0;padding:2em 0.7em 0.5em 1em;background-color:#fff;font-size:100%}
input[type=text].in {border-color:rgba(255,210,64,1.0)}
hr {margin:0;padding:0;border:0;background:#ccc;color:#ccc}
pre, h3, th, td {
	font-family:/*'Bitstream Charter','Bitstream Vera Serif',*/'DejaVu Serif',Georgia,'Luxi Serif','Times New Roman',serif
}
h1, h2, h3 {font-weight:700}
h1 {font-size:2.2rem}
h2 {font-size:1.85rem}
h3 {font-size:1.6rem;color:rgba(0,130,255,1.0)}
h1, .noborder h3, .blu {color:rgba(14,0,255,1.0)}
input[type=text] {border-color:#ccc}
input[type=text].alt {background:#f7f7f7}
input[type=text],input[type=button] {border-style:solid}
input[type=button] {
	background-color:#0084FF;
	border-color:rgba(0,84,166,1.0);
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	border-radius:0.5em;
	color:#fff;
	cursor:url(hand-pointer-24x24.png), pointer
}
input[type=button]:hover {background:#fff;border-color:#0084FF;color:#ef0000}

table {border-collapse:collapse;border-top:1px solid #ccc;border-left: 1px solid #ccc}
th,td {padding:0;border-right:1px solid #ccc;border-bottom: 1px solid #ccc}
th {font-weight:bolder}
td {padding:0.1em 0.3em 0.2em 1em}

.center {text-align:center}
.fifty {font-size:50%}

table.noborder,table.noborder td {border:0}

.alt {background:#f8f8f8}

.copy {
    margin-top:8pt;
    border-top:1px solid #bbb;
    font-family:arial,Helvetica,sans-serif;
    font-weight:normal;
    width:90%;
    font-size:80%;
    color:#888
}
a:link,a:visited {color:rgba(255,83,0,1.0);cursor:url(hand-pointer-24x24.png), pointer;outline:2px solid transparent}
a:link:hover,a:visited:hover {
	color:rgba(0,130,255,1.0);
	cursor:url(hand-pointer-24x24.png), pointer;
}
.title a {margin-left:10%}
.title span {font-size:smaller;color:#000}
