
body { background:#606060; margin-top: 5px; margin-left: 0px; margin-right: 0px; padding: 0; }

.bg_white { background: #FFFFFF; }
.bg_offwhite { background: #F0F0F0; }
.bg_gray { background: #909090; }
.bg_orange { background: #FF9900; }
.bg_alert_white { background: #FFFFFF; color: #000; }
.bg_alert_red { background: #400000; color: #000; }
.bg_alert_green { background: #004400; color: #000; }

.bg_status_red { background: #FF0000; color: #000; }
.bg_status_green { background: #00FF00; color: #000; }

.txt, td, th, p { font-family: helvetica, arial, sans-serif; font-size: 12px; color: #333; }
.input, select, textarea { font-size: 10px; color: #333; }

.textwhite24 { font-size: 24px; color: #fff; }
.textwhite18 { font-size: 18px; color: #fff; }
.textwhite16 { font-size: 16px; color: #fff; }
.textwhite14 { font-size: 14px; color: #fff; }
.textwhite12 { font-size: 12px; color: #fff; }
.textwhite10 { font-size: 10px; color: #fff; }

.textblack24 { font-size: 24px; color: #000; }
.textblack18 { font-size: 18px; color: #000; }
.textblack16 { font-size: 16px; color: #000; }
.textblack14 { font-size: 14px; color: #000; }
.textblack12 { font-size: 12px; color: #000; }
.textblack10 { font-size: 10px; color: #000; }

.textblackgreen12 { font-size: 12px; color: #008000; }
.textblackred12 { font-size: 12px; color: #800000; }

.textgray24 { font-size: 24px; color: #909090; }
.textgray18 { font-size: 18px; color: #909090; }
.textgray16 { font-size: 16px; color: #909090; }
.textgray14 { font-size: 14px; color: #909090; }
.textgray12 { font-size: 12px; color: #909090; }
.textgray10 { font-size: 10px; color: #909090; }

.textorange24 { font-size: 24px; color: #ff9900; }
.textorange18 { font-size: 18px; color: #ff9900; }
.textorange16 { font-size: 16px; color: #ff9900; }
.textorange14 { font-size: 14px; color: #ff9900; }
.textorange12 { font-size: 12px; color: #ff9900; }
.textorange10 { font-size: 10px; color: #ff9900; }

A               { color: #CC6600; text-decoration: none; font-size: 11px; }
A:link          { color: #CC6600; }
A:visited       { color: #CC6600; }
A:active        { color: #CC6600; }
A:hover         { color: #666; }

a.whitelink           { color: #fff; }
A.whitelink:visited   { color: #fff; }
A.whitelink:active    { color: #fff; }
A.whitelink:hover     { color: #ccc; }

a.whitelink14           { color: #fff; font-size: 14px; }
A.whitelink14:visited   { color: #fff; }
A.whitelink14:active    { color: #fff; }
A.whitelink14:hover     { color: #ccc; }

a.orangelink          { color: #CC6600; }
A.orangelink:visited  { color: #CC6600; }
A.orangelink:active   { color: #CC6600; }
A.orangelink:hover    { color: #666; }

a.orangelink14          { color: #CC6600; font-size: 14px; }
A.orangelink14:visited  { color: #CC6600; }
A.orangelink14:active   { color: #CC6600; }
A.orangelink14:hover    { color: #666; }

a.orangelink16          { color: #CC6600; font-size: 16px; font-weight: bold; }
A.orangelink16:visited  { color: #CC6600; }
A.orangelink16:active   { color: #CC6600; }

a.darkorangelink14          { color: #CC6600; font-size: 14px; font-weight: bold; }

a.blacklink          { color: #000000; }
A.blacklink:visited  { color: #CC6600; }
A.blacklink:active   { color: #CC6600; }
	A.blacklink:hover    { color: #666; }

a.blacklink14          { color: #000000; font-size: 14px; }
A.blacklink14:visited  { color: #CC6600; }
A.blacklink14:active   { color: #CC6600; }
A.blacklink14:hover    { color: #666; }

#padall10 { margin: 10px 10px 10px 10px; }

