/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
H1 { color: black }
H2 { color: black }
H3 { color: black }
H4 { color: black }
H5 { color: black; font-variant: small-caps; font-family: Verdana, Arial, Helvetica, sans-serif }
A:link { color: black }
A:active { color: black }
A:visited { color: black }

.texto {
font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	
	
	}
.copyright {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}

        .title_big
        {
            font-size: 130%;
            font-weight: bold;
            font-family: Veranda, Arial, Helvetica, San-Serif;   
            line-height: normal; 
            text-align: center;
            background-color: #ffffff;
        }
        .title_big_left
        {
            font-size: 130%;
            font-weight: bold;
            font-family: Veranda, Arial, Helvetica, San-Serif;   
            line-height: normal; 
            text-align: left;        
        }
        .title_small_left
        {
            font-size: 110%;
            font-weight: bold;
            font-family: Veranda, Arial, Helvetica, San-Serif;   
            line-height: normal; 
            text-align: left;
        }

       #workflow_table td_border_solid
       {
            border: solid 1pt black;
            padding-left: 5pt;
            padding-right: 5pt;            
       }
       #workflow_table td_no_border
       {
            padding-left: 5pt;
            padding-right: 5pt;            
       }       

       #workflow_table tr
       {
            height:15pt;            
       }
       #tsi_lists li
       {
            list-style-type:square;            
        }
       #tsi-lists-numbers ul
       {
            list-style-type:decimal;
       }
       
