*{ font-family: "Trebuchet MS", "Luxi Sans", "Lucida Grande", Arial, Helvetica, sans-serif }

body		{
	font-size:0.8em;
	color: #405256;
	margin:0;
	height:100%;
}
table		{ font-size:1em }
form		{ margin:0 }
a{
	color:#337DD6;
	text-decoration:none;
}

a:hover{
	color:#337DD6;
	text-decoration:none;
}

img			{
	border:0;
}

h1, #cont_popup legend, .h1{
	font-size:1.6em;
	margin:5px 0px;
	font-weight: bold;
}
h1, h1 a, #cont_popup legend{
	color:#2B8C93;
}
h2	,.h2			{
	font-size:1.4em;
	margin:5px 0px;
	color:#666;
	font-weight: bold;
}
h3, label{
	font-size:1.2em;
	margin:5px 0px;
}
h3, h3 a	{
	color:#AAA;
}
h4,{
	font-size:1.1em;
	/*margin:5px 0px;*/
}
h4				{
	color:#BBB;
}
h5				{
	font-size:1.05em;
	margin:5px 0px;
}
h5, h5 a	{
	color:#C5C5C5;
}
textarea{
	font-size:1em;
}

.normal{
	font-size:1em;
	color:000000;
}

.transp10	{ -moz-opacity:.10; -khtml-opacity:.10; opacity: .10; filter: alpha(opacity=10); }
.transp20	{ -moz-opacity:.20; -khtml-opacity:.20; opacity: .20; filter: alpha(opacity=20); }
.transp30	{ -moz-opacity:.30; -khtml-opacity:.30; opacity: .30; filter: alpha(opacity=30); }
.transp40	{ -moz-opacity:.40; -khtml-opacity:.40; opacity: .40; filter: alpha(opacity=40); }
.transp50	{ -moz-opacity:.50; -khtml-opacity:.50; opacity: .50; filter: alpha(opacity=50); }
.transp60	{ -moz-opacity:.60; -khtml-opacity:.60; opacity: .60; filter: alpha(opacity=60); }
.transp70	{ -moz-opacity:.70; -khtml-opacity:.70; opacity: .70; filter: alpha(opacity=70); }
.transp80	{ -moz-opacity:.80; -khtml-opacity:.80; opacity: .80; filter: alpha(opacity=80); }
.transp90	{ -moz-opacity:.90; -khtml-opacity:.90; opacity: .90; filter: alpha(opacity=90); }

#cache	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	z-index:1998;
}
#popup	{
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	z-index:1999;
}
#cont_popup{
	background-color:#FFFFFF;
	width:800px;
	border:1px solid rgb(120,172,255);
}

#td_table_load td{
	margin:0px;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-color:#DDDDEE;
	padding-top:2px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}
