/* CSS Document */

body
    {
      background-color: white;
    }

    A:link { color: blue; }
    A:visited { color: maroon; }
    A:active { color: fuchsia; }      

    div.breakafter
    { page-break-after:always;
    }
    
    div.breakbefore
    { page-break-before:always;
    }
    
    @media print
    { .noprint { display: none; }
    }
    
    .st_PageTitle
		{	
      font-family: Arial;
		  font-style: normal;
      font-size: 12px;
			font-weight: bold;
			color: black;
			text-align: center;
			text-decoration: underline;
			border: none;
		}
		
		.st_PageHeader
		{	
      font-family: Arial;
		  font-style: normal;
      font-size: 12px;
			font-weight: bold;
			color: black;
			text-align: left;
			text-decoration: none;
			border: none;
		}
    
    .st_TableNB
    { border-style: none;
      margin-left:auto;
			margin-right:auto;
    }
    
    .st_TableLRT
    { border-style: solid;
      border-color: black;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width:0;
      border-left-width: 1px;
    }
    
    .st_TableLRTB
    { border-style: solid;
      border-color: black;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width:1px;
      border-left-width: 1px;
    }  
        
    .st_SpacerRow
		{ text-align :center;
      vertical-align: middle;
      font-family: Arial;
      font-style : normal;
      font-size : 6px;
      text-decoration : none;
		}

    .st_ColTitles
		{ font-family: Arial;
			font-style : normal;
			font-weight: normal;
			font-size : 10px;
			color: black;
			text-align :center;
			text-decoration : none;
			vertical-align: bottom;
		}

    .st_ColTitlesBold
		{	
      font-family: Arial;
		  font-style: normal;
      font-size: 12px;
			font-weight: bold;
			color: black;
			text-align: center;
			text-decoration: none;
		}
		
    .st_ErrorMsg
		{ text-align:left;
			vertical-align: middle;
			font-family: Verdana;
			font-style : normal;
			font-size : 12px;
			font-weight: bold;
			color: red;
			text-decoration : none;
		}
		
    .st_Labels
		{ color: black;
      font-family: Arial;
			font-size : 12px;
			font-style : normal;
			font-weight: bold;
			text-align:left;
			text-decoration : none;
			vertical-align: middle;
		}
		
		.st_Instructions
		{ color: blue;
      font-family: Arial;
			font-size : 12px;
			font-style : normal;
			font-weight: normal;
			text-align:left;
			text-decoration : none;
			vertical-align: middle;
		}
		
		.st_RowData
		{ color: black;
      font-family: Arial;
			font-size : 12px;
			font-style : normal;
			font-weight: normal;
			text-align:left;
			text-decoration : none;
			vertical-align:top;
		}
		
		.st_RowDataL
		{ color: black;
      font-family: Arial;
			font-size : 12px;
			font-style : normal;
			font-weight: bold;
			line-height: 20px;
			text-align:left;
			text-decoration : none;
			vertical-align: top;
		}
		
		.st_RowDollars
		{ color: red;
      font-family: Arial;
			font-size : 12px;
			font-style : normal;
			font-weight: normal;
			line-height: 18px;
			text-align:right;
			text-decoration : none;
			vertical-align: top;
		}
		
		.st_RowDollarsL
		{ color: green;
      font-family: Arial;
			font-size : 14px;
			font-style : normal;
			font-weight: bold;
			line-height: 20px;
			text-align:right;
			text-decoration : none;
			vertical-align: bottom;
		}
		
		.st_Box
		{ vertical-align: middle;
			font-family: Arial, Verdana;
			font-style : normal;
			font-size : 12px;
			color: black;
			text-align :left;
			text-decoration : none;
		}
    
    .st_BoxDollars
		{ color: red;
			background-color:yellow;
			border: 1px solid yellow;
			font-family: Arial, Verdana;
			font-style : normal;
			font-size : 12px;
      text-align :right;
      text-decoration : none;
			vertical-align: middle;

		}
    .footer
    { color:black;
			font-family: Verdana;
			font-style : normal;
			font-size : 10px;
			vertical-align:bottom;
    }
    
    .st_Text
    { color:black;
			font-family: Verdana;
			font-style : normal;
			font-size : 10px;
			vertical-align:top;
    }

