body 
{
	scrollbar-face-color: #efefef; 
	scrollbar-highlight-color: #efefef; 
	scrollbar-shadow-color: #efefef; 
	scrollbar-3dlight-color: #969696; 
	scrollbar-arrow-color: #485969; 
	scrollbar-track-color: #efefef; 
	scrollbar-darkshadow-color: #969696;
	font-family: tahoma,arial, helvetica, sans-serif;
	margin-left: 0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	leftmargin: 0;
	topmargin: 0;
	background-color: #FBFBFB;
}
/*---------------  menu ---------------*/
td.tmenu
{
	background-image: url(img/tmenu.off.gif);
	width: 85;
	height: 29;
	text-align: center;
	font-weight: bold;
}
a.tmenu
{
	font-size: 12px;
	color: #636363;
	text-decoration: none;
}
a.tmenu:hover
{
	color: #000000;
	text-decoration: underline;
}
.bmenu, a.bmenu
{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a.bmenu:hover
{
	color: #000000;
}
td.lmenuH
{
	font-size: 12px;
	padding-left: 20px;
	height: 25px;
	background-image: url(img/lmenu.header.gif);
}
td.lmenu
{
	font-size: 10px;
	padding-left: 20px;
	height: 25px;
	background-image: url(img/lmenu.item.gif);
}
.lmenu, a.lmenu
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.lmenu:hover
{
	color: #000000;
}

/*---------------  form ---------------*/
.txt
{
	font-size: 11px; 
	color: #000000; 
	background-color: #FFFFFF;
	border-top-color: #443F17;
	border-left-color: #443F17;
	border-right-color: #EFEBEB;
	border-bottom-color: #EFEBEB;
	border-style: solid;
}
.txtRequired
{
	font-size: 11px; 
	color: #000000; 
	background-color: #F8F8F8;
	border-top-color: #443F17;
	border-left-color: #FB2F00;
	border-right-color: #EFEBEB;
	border-bottom-color: #EFEBEB;
	border-style: solid;
}
.txtReadOnly
{
	font-size: 11px; 
	color: #000000; 
	background-color: #E7E7E7;
	border-top-color: #443F17;
	border-left-color: #443F17;
	border-right-color: #EFEBEB;
	border-bottom-color: #EFEBEB;
	border-style: solid;
}
.txtA
{
	font-size: 11px; 
	color: #000000; 
	background-color: #FFFFFF;
	border-top-color: #443F17;
	border-left-color: #FF5E00;
	border-right-color: #EFEBEB;
	border-bottom-color: #EFEBEB;
	border-style: solid;
}
.btn
{
	font-size: 12px;
	color: #443F17;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	width: 80px;
	padding: 2px;
	text-decoration: none;
}
/*---------------  table ---------------*/
.table
{
	border: solid 1px #262D34
}
.th
{
	font-size: 12px; 
	color: #000000; 
	background-color: #D8D6D7;
	font-weight : bold;
	height: 20px;
}
.td
{
	font-size: 11px; 
	color: #000000; 
	background-color: #E7E7E7;
}
/*---------------  text ---------------*/
.text
{
	font-size: 12px; 
	color: #000000; 
}

.smalltext
{
	font-size: 10px;
	color: #000000;
}

.copyright, a.copyright 
{
	font-family: arial;
	font-size: 10px;
	color: #525442;
}

h1
{
	font-size: 18px;
}

.h2orange
{
	font-size: 14px;
	color: #FF5E00;
}

.h2green
{
	font-size: 14px;
	color: #0FCC21;
}


/*---------------  text ---------------*/
.filter
{
	background-color: #F5F3F3;

	border-bottom: #9D9CAD 1px solid;
	color: #000000;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
}
.txtfilter
{
	background-color: #FFFFFF;
	border: #9D9CAD 1px solid;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.btnfilter
{
	font-size: 10px;	
}

