body, div {
	color: white;
	padding: 0px;
	margin: 0px;
}

body, form, td, p, input, select, textarea, div, a, label {
	font-family: Verdana;
	font-size: 12px;
}

form { margin: 0px; }

.handed, button, label { cursor: pointer; }

a { text-decoration: underline; }

a:hover { text-decoration: none; }


.bold, .bold * { font-weight: bold; }

.middle, .middle * { vertical-align: middle; }

.txt8, .txt8 * { font-size: 8px; }
.txt9, .txt9 * { font-size: 9px; }
.txt10, .txt10 * { font-size: 10px; }
.txt11, .txt11 * { font-size: 11px; }
.txt12, .txt12 * { font-size: 12px; }
.txt13, .txt13 * { font-size: 13px; }
.txt14, .txt14 * { font-size: 14px; }
.txt15, .txt15 * { font-size: 15px; }
.txt16, .txt16 * { font-size: 16px; }
.txt17, .txt17 * { font-size: 17px; }
.txt18, .txt18 * { font-size: 18px; }
.txt19, .txt19 * { font-size: 19px; }
.txt20, .txt20 * { font-size: 20px; }

.error, .err { color: red; }
.error { font-weight: bold; }

@media print { .screen { display: none; } }
@media screen { .print { display: none; } }

/*########## st ####################*/

.ll { background: url(/img/l.gif) repeat-y right top; }
.rr { background: url(/img/r.gif) repeat-y left top; }

.c1, .c1 *, a, a:hover { color: #56abf2; }
.c2, .c2 *, .c2:hover { color: #f4d023; }
.c3, .c3 *, .c3:hover { color: #717171; }
.c4, .c4 *, .c4:hover { color: #ffffff; }
.c5, .c5 *, .c5:hover { color: #4f5155; }
.c6, .c6 *, .c6:hover { color: #1E2C6B; }
.c7, .c7 *, .c7:hover { color: black; }
.c8, .c8 *, .c8:hover { color: #c2c3c5; }
.c9, .c9 *, .c9:hover { color: red; }
.c10, .c10 *, .c10:hover { color: #6ed3ff; }

.b1, .b1 * { background-color: black; }
.b6, .b6 * { background-color: #56abf2; }

.brd1 { border: solid 1px silver; }


.uc, .uc * { text-transform: uppercase; }

.a1 { text-decoration: none; }
.a1:hover { text-decoration: underline; }

.id4 br { line-height: 4px; }
.id5 br { line-height: 5px; }
.id6 br { line-height: 6px; }
.id7 br { line-height: 7px; }


.button, button {
	background-color: #56abf2;
	border: solid 1px black;
	color: black;
	font-weight: bold;
	cursor: pointer;
}


.borded td {border: solid 1px gray;}
.borded {border-collapse: collapse;}
