	body
	{
	    font-family: Arial, Helvetica;
		font-size: 11px;
		scrollbar-face-color: #1452A2;
		
		scrollbar-3dlight-color: #ffffff; 
		scrollbar-highlight-color: #1452A2; 
		scrollbar-shadow-color: #ffffff;
		
		scrollbar-arrow-color: #ffffff; 
		scrollbar-track-color: #efefef;
		
		scrollbar-darkshadow-color: #1452A2;
	}
	a 
	{
	    font-family: Arial, Helvetica;
        font-size: 11px;
        font-weight: normal;
		text-decoration: none;
	}
	a:hover {text-decoration: underline;  color: #0204FF; }
	a.color {color: #ffffff;}
	a.menu {font-size: 12px; font-weight: bold;}
	a.rec {font-size: 11px; font-weight: bold;}
	a.menu_c {color: #ffffff; font-size: 12px; font-weight: bold}
	a.report {font-size: 10px; font-weight: lighter;}
	a.report1 {font-size: 10px; font-weight: lighter; color: #2971bd;}
	a.color2 {line-height: 12pt;}
        a.color34  {font-size: 11px; font-weight: bold; color: #2971bd;}
	p
	{
		font-family: Arial, Helvetica;
	font-size: 11px;
    	line-height: 16px;
	}
        .cli
        {
        color: #2971bd;
        }
	h1 
	{
      font-family: Arial, Helvetica;
      font-size: 18px;
		font-weight: normal;
		color: #2971bd;
	}
	h2
	{
        font-family: Arial, Helvetica;
        font-size: 12px;
        font-weight: bold;
		color: #2971bd;
	}
	tr, td 
	{
        font-family: Arial, Helvetica;
		font-size: 11px;
	}
	tr.param, td.param
	{
		font-family: Arial, Helvetica;
		font-size: 13px;
		font-weight: bold;
		background: #e7e3de;
	}
	tr.param1, td.param1
	{
		font-family: Arial, Helvetica;
		font-size: 13px;
		background: #e7e3de;
        }
	tr.content, td.content
	{
		font-family: Arial, Helvetica;
		font-size: 11px;
		background: #efefef;
	}
	tr.header, td.header
	{
		font-family: Arial, Helvetica;
		background: #2971bd;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
	}
	.news {
		font-family: Arial, Helvetica;
		font-size: 10px;
		font-weight: bold;
		padding:2px;
		background-color: #E7E3DE;
	}
	.red {
		font-family: Arial, Helvetica;
        color: #ff0000;
	}
	form {margin: 0;}
	.marginL {padding-left: 18px;}
	input
	{
        font-family: Arial, Helvetica;
		font-size: expression((this.getAttribute("type")=="text") ? "11px" : "10px");
        font-weight: expression((this.getAttribute("type")=="text") ? "normal" : "bold");
		color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#ffffff" : "#666666");
		border-style: expression((this.getAttribute("type")=="image") || (this.getAttribute("type")=="radio") || (this.getAttribute("type")=="checkbox") ? "" : "solid"); border-width: 1px; border-color: #2971bd; cursor: hand;
		background-color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#1051a5" : "");
	}
	select, textarea
	{
        font-family: Arial, Helvetica;
		font-size: 11px;
		color: #666666;
		border-style: solid; border-width: '1px'; border-color: #2971bd; cursor: hand;
	}
	ul
	{
		font-family: Arial, Helvetica;
		font-size: 11px;
    	line-height: 16px;
	    list-style-type: square;
	}
	ul ul {
        list-style-type: disc;        
	}
 
	ul ul ul {
        list-style-type: circle;        
	}
	ul.number
	{
		list-style-type: decimal;
	}
	ul.word
	{
		list-style-type: lower-alpha;
	}
	repitX {background-repeat: repeat-x;}
	repitY {background-repeat: repeat-y;}
	repitNO {background-repeat: no-repeat;}
.tuman { FILTER:alpha(opacity=60) }