body, div  {
	padding: 0;
	margin: 0;
}

body, form, td, p, input, select, textarea, div, li, ul {
	font-family: Verdana;
	font-size: 12px;
}

.middle, .middle * { vertical-align: middle; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

.a1, .a1:visited {
	text-decoration: none;
}

.a1:hover {
	color: #0667D0;
	text-decoration: underline;
}

.a2, .a2:visited, .a2:hover {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.a2:hover {
	text-decoration: underline;
}

.cl1 input {
	border: solid black 1px;
}

.t1 {
	font-size: 11px;
	color: #a5a5a6;
}

.t2 {
	font-weight: bold;
}

.button {
	width:100px;
	cursor:pointer;
}

.button_flat {
	border: solid black 1px;
	width:200px;
	cursor:hand;
}

.domain_name {
	padding:10px;
	font-weight:bold;
	font-size:20px;
}

.descr {
	font-weight: bold;
}

.tab {
	cursor: pointer;
}

.data {
	font-weight:bold;
}

label, .handed { cursor: pointer; }

.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; }

.disabled { color: #a5a5a6; background-color: #f2f2f2; }

a, .c1, .c1 * { color: #0667D0; }



/*transparencies*/
.alpha90 { filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; }
.alpha80 { filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.alpha70 { filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }
.alpha60 { filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
.alpha50 { filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.alpha40 { filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.alpha30 { filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3; }
.alpha20 { filter: alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; }
.alpha10 { filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; opacity: 0.1; }

.noselect { -moz-user-select: none; -khtml-user-select: none; user-select: none; }

.bold, .bold * { font-weight: bold; }
.nobold, .nobold * { font-weight: normal !important; }