
    BODY            {   background-color: #FFFFFF;
                       SCROLLBAR-FACE-COLOR:#ffffff;
                        SCROLLBAR-ARROW-COLOR:#2D559F;
                        SCROLLBAR-TRACK-COLOR:#FCFDFE;
                        SCROLLBAR-SHADOW-COLOR:#2D559F;
                        SCROLLBAR-HIGHLIGHT-COLOR:#2D559F;
                        SCROLLBAR-3DLIGHT-COLOR:#ffffff;
                        SCROLLBAR-DARKSHADOW-COLOR:#ffffff;
                        margin-left: 3pt;}
    
    TD, select, P, A, LEGEND, BODY,
    H1, H2, H3, H4, H5, H6, TH,
    input, textarea, legend    
  		            {   font-family: verdana, arial;
                        color: #000000;
                        font-size:11px;}

    TH              { 	text-align: left;
                        font-weight:normal;}	
    
    a:link          {   color: #2D559F; 
                        border-bottom: 1px dotted #2D559F;
                        text-decoration: none; 
                        font: 11px verdana, lucida, arial, helvetica, sans-serif;}  

    a:visited       {   border-bottom: 1px dotted #2D559F; 
                        color:  #2D559F;
                        text-decoration: none;}
    
    a:active        {   text-decoration: none; 
                        color: #808080;
                        text-decoration: none;}  

	a:hover         {   border-bottom: none; 
                        color:  #808080;
                        text-decoration: none;} 
                        
    a.NoBorder:link, a.NoBorder:visited, a.NoBorder:hover 
                    {   border: 0px;} 
                    
    .highlight       {  background-color: #D2DCF2;
                        border-bottom: 1px dotted #D2DCF2;
                        border-top: 1px dotted #D2DCF2;
                        border-left: 4px dotted #D2DCF2;
                        border-right: 4px dotted #D2DCF2; 
                        }
    .ingress        { 	font-size: 9px;
                      	font-weight: normal;
                        margin-left: 16px;}
                        
    a.ingressLink:link, a.ingressLink:visited, a.ingressLink:hover, a.ingressLink:link
                    {   border: 0px;
                        font-size: 9px;
                      	font-weight: normal;
                        text-decoration: none;} 


    H1              { 	font-size: 18pt;
                      	font-weight: bold;}

    H2              { 	font-size: 16pt;
                      	font-weight: bold;}
    
    H3              { 	font-size: 14pt;
                      	font-weight: bold;
                        color: #2D559F;
                      	margin-bottom: 10pt;
                      	margin-top: 10pt;
                        margin-left: 10px;}
    
    H4              { 	font-size: 12pt;
                      	font-weight: bold;
                        color: #2D559F;
                      	margin-bottom: 5pt;
                      	margin-top: 5pt;}
    
    H5              { 	font-size: 10pt;
                      	font-weight: bold;
                        color: #2D559F;
                      	margin-bottom: 3pt;
                      	margin-top: 3pt;}
                       
    UL,LI           {   list-style-image:url(/images/common/bul.gif);}
    
    .plate          { 	background: #EDF1FA;
                    	border-left: 1px #2D559F solid;
                      	border-right: 1px #2D559F solid; 
                      	border-bottom: 1px #2D559F solid; 
                      	border-top: 1px #2D559F solid;}
                       
    .plate th       { 	background: #EDF1FA; 
                    	font-weight: bold;
                    	font-size: 8pt;
                        border-bottom: 1px #2D559F solid;
                    	text-align:left;}
                       
    .code          { 	background: #FFFFFF;
                    	border-left: 1px #2D559F dotted;
                      	border-right: 1px #2D559F dotted; 
                      	border-bottom: 1px #2D559F dotted; 
                      	border-top: 1px #2D559F dotted;
                        font-size: 11px;
                        font-family: lucida, arial, helvetica, sans-serif;
                        margin-left: 5pt;
                      	margin-right: 5pt;}  

    .links          { 	background: #FFFFFF;
                    	border-left: 1px #2D559F dotted;
                      	border-right: 1px #2D559F dotted; 
                      	border-bottom: 1px #2D559F dotted; 
                      	border-top: 1px #2D559F dotted;}
                       
    .links th       { 	background: #FFFFFF; 
                    	font-weight: bold;
                        border-bottom: 1px #2D559F solid;
                    	text-align:left;}   
                     
    .button         { 	color: #000000; 
                       	background-color: #D2DCF2; 
                       	border: 1px solid #2D559F; 
                       	font-family: verdana, arial;
                       	font-size:8pt;
                       	width:70px;}
                        
    .textbox        {    font-family:verdana, arial; 
			             font-size: 11px; 
			             color: #000000; 
			             background-color: #EAEAEA; 
			             border: 1 solid #000000;
                         filter: alpha(opacity=80);} 
                     
    span             {   filter: alpha(opacity=92);}
    
    .comment         {   color: #22aa22;}

    .comment2        {   font-family:trebuchet ms, ms sans serif, helvetica;
                         color:white;
                         font-size=8pt;
                         font-weight:bold;}
                        
    .codeFont        {   font-family:Courier New;
                         color: #444444;
                         font-size=8pt;}

