body, td, div {

font-family: Tahoma;
font-size: 9pt;
color: #212121;
}

a {
color: #41a8c2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.gr {
color: #85c241;
text-decoration: none;
}
a.gr:hover {
text-decoration: underline;
}
a.mblue {
font-size: 8pt;
color: #41a8c2;
text-decoration: none;

}

a.mblue:hover {
font-size: 8pt;
color: #41a8c2;
text-decoration: underline;
}

h1 {
font-size: 11pt;
color: #41a8c2;
}
h2 {
font-size: 10.5pt;
color: #85c241;
}

input {
font-family: tahoma;
font-size: 9pt;
border: 1px solid #cfe9f0;

}

#sep {
width: 2px;
height: 36px;
padding: 0;
float: left;
background: url(images/sep.gif) no-repeat;

}

.but {
background: #ffffff url(images/bt.gif); height: 20px
}

#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:150px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#loader_bg {background-color:#ECF8DF;position:relative;top:8px;left:8px;height:7px;width:130px;font-size:1px}