		.H
			{
			font-family: verdana;
			font-size: 9px;
			font-style: bold;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.H1	
			{
			font-family: verdana;
			font-size: 10px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #FFFFFF;
			text-decoration: none;
			}
			
		.H1_black	
			{
			font-family: verdana;
			font-size: 10px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #000000;
			text-decoration: none;
			}
			
		.H2_orange
			{
			font-family: verdana;
			font-size: 10px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #F07E01;
			text-decoration: none;
			}
			
		.H3_black	
			{
			font-family: verdana;
			font-size: 14px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #000000;
			text-decoration: none;
			}
			
		.texto_input	
			{
			font-family: verdana;
			font-size: 10px;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			font-variant: normal;
			text-transform: none;
			color: #7C8799;
			text-decoration: none;
			}

		a:link 	
			{
			font-family: verdana;
			font-size: 9px;
			font-style: bold;
			line-height: normal;
			font-weight: normal;
			font-variant: #006633;
			text-transform: none;
			color: #000000;
			text-decoration: none;
			}

		a:hover 
			{
			font-family: verdana;
			font-size: 9px;
			font-style: bold;
			line-height: normal;
			font-weight: normal;
			font-variant: #003399;
			text-transform: none;
			color: #003399;
			text-decoration: #006633;
			}

		a:visited
			{
			font-family: verdana;
			font-size: 9px;
			font-style: bold;
			line-height: normal;
			font-weight: normal;
			font-variant: #006633;
			text-transform: none;
			color: #003399;
			text-decoration: #006633;
			}


		BODY 	
			{
				scrollbar-arrow-color:#E6E6E6;
				scrollbar-3dlight-color:#E6E6E6;
				scrollbar-highlight-color:#E6E6E6;
				scrollbar-face-color:#ffffff;
				scrollbar-shadow-color:#00A0B8;
				scrollbar-darkshadow-color:#7C8799;
				scrollbar-track-color:##F5C519; 

			}



		textarea
		, select
		, input
			{
			@if (is.ie) 
			{
				color: #7C8799; 
				background-color:#D3E4E4; 
				border: 0px;
				border-top-width: 0px; 
				border-right-width: 0px; 
				border-bottom-width: 0px; 
				border-left-width: 0px; 
				scrollbar-arrow-color:#F5C51B;
				scrollbar-3dlight-color:#C0E7E9;
				scrollbar-highlight-color:#C8CDD5;
				scrollbar-face-color:#7C8799;
				scrollbar-shadow-color:#555F6F;
				scrollbar-darkshadow-color:#7C8799;
				scrollbar-track-color:#F5C519;

			}
		}
		a { 
			text-decoration:none; 
			color: #27364d;
		}
		textarea 
		{ 
		overflow:auto; 
		}
