.darkgray { background-color: #3e3e3e; }
.lightgray { background-color: #e6e6e6; }
.black { background: black; }
.white { background: white; }
a.darkgray { font-size: 150px; }
a.lightgray { font-size: 150px; }
a.black { font-size: 150px; }
a.white { font-size: 150px; }
.orange { background: orange; }
td.white { background: white; }
a { text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; color: orange; }
a:focus { color: black; }
a img { border-color: black; }
div.left { margin-top: -4px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; font-weight: normal; }
tr { font-size: 76% }
td { font-family: Arial, Helvetica; font-size: .9046em; color: #666666; }
.arial-12 { font-size: 1em; font-weight: bold; }
.main { padding-left: 25px; padding-top: 13px; padding-bottom: 13px; }
.bottom { color: #aaa; padding: 3px; }
.bottom:hover { color: #e6e6e6; }

input {
 margin-top: -1px;
 margin-bottom: 2px;
 font-size: 15px;
 color: #595959;
 background-color: f6f6f6;
 border: 1px solid #a5acb2;
 }

input:focus, input.sffocus {
 value: none;
 color: #333333;
 background-color: white;
 border: 1px solid orange;
 }

a.white:active, a.sfactive { background: #ff9f33; }

ul {
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 25px;
 list-style-type: square;
 }