
/* CSS Document */
{ 
height: 100%; 
width: 100%; 
overflow-x: hidden; 
overflow-y: scroll; 

} 
p {margin: 0; padding: 0;}

body{
	FONT-SIZE: 13px;
    COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
}

TD
{
    FONT-SIZE: 13px;
    COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	
	
}

SELECT
{
    BORDER-RIGHT: #4e3e25 1pt solid;
    BORDER-TOP: #4e3e25 1pt solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #4e3e25 1pt solid;
    BORDER-BOTTOM: #4e3e25 1pt solid;
	background-color:#f6f6eb;
	width:130px;
	
	scrollbar-base-color: #4e3e25;
	scrollbar-arrow-color:#caddeb
	
	
	
	 
	 
    
}
INPUT
{
    BORDER-RIGHT: #4e3e25 1pt solid;
    BORDER-TOP: #4e3e25 1pt solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #4e3e25 1pt solid;
    BORDER-BOTTOM: #4e3e25 1pt solid;
	background-color:#f6f6eb;
	height: 16px;
	
	
    
}
INPUT.noborder
{
    BORDER-RIGHT: #4e3e25 0pt solid;
    BORDER-TOP: #4e3e25 0pt solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #4e3e25 0pt solid;
    BORDER-BOTTOM: #4e3e25 0pt solid;
	background-color : transparent;
	height: 16px;
	
	
    
}

TEXTAREA
{
    BORDER-RIGHT: #4e3e25 1pt solid;
    BORDER-TOP: #4e3e25 1pt solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #4e3e25 1pt solid;
    BORDER-BOTTOM: #4e3e25 1pt solid;
	background-color:#f6f6eb;
	scrollbar-base-color: #4c99ac;
	scrollbar-arrow-color:#4c99ac; 

    
}


A
{
	FONT-SIZE: 12px;
	COLOR: #3C62AD;
	FONT-FAMILY: Arial, Verdana;
	font-weight:bold;
	TEXT-DECORATION: underline
}

A:link
{
    FONT-SIZE: 12px;
    COLOR: #3C62AD;
	FONT-FAMILY: Arial, Verdana;
	font-weight:bold;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-SIZE: 12px;
    COLOR: #3C62AD;
	FONT-FAMILY: Arial, Verdana;
	font-weight:bold;
    TEXT-DECORATION: underline
}
A:hover
{
    FONT-SIZE: 12px;
    COLOR: #3C62AD;
	FONT-FAMILY: Arial, Verdana;
	font-weight:bold;
    TEXT-DECORATION: none
}
A:active
{
    FONT-SIZE: 12px;
    COLOR: #3C62AD;
	FONT-FAMILY: Arial, Verdana;
	font-weight:bold;
    TEXT-DECORATION: underline
}



.bordo
{
 COLOR: #ae3c00;
}


.Text_blue
{
    
    FONT-SIZE: 12px;
    COLOR: #4c99ac;
	
	
}

.dark_blue
{
	FONT-SIZE: 12px;
    COLOR: #63a5b4;
}

.white
{
	FONT-SIZE: 14px;
    COLOR: #ffffff;
}
.purple  
{
  FONT-SIZE: 14px;
  COLOR: #d50e8b;
}
.blue_big   
{
	FONT-SIZE: 14px;
    COLOR: #4c99ac;
  
}

.purple_15
{
	FONT-SIZE: 15px;
  	COLOR: #d1118c;
}
.mouse_over
{
background-color:#e9e8db;
cursor:pointer;
}
.mouse_out
{
background-color:#ffffff;
cursor:pointer;
}

.green_dark
{
	color:#89c53f;
	FONT-SIZE: 14px;
	font-weight:bold

}
.dark_blue
{
   color:#4c99ac;
   FONT-SIZE: 14px;
	font-weight:bold
}
.green_shine
{
	color:#aabd08;
	FONT-SIZE: 14px;
	font-weight:bold
	
}

.heading1{
	font-size:18px;
	color:#335291;
	font-weight:bold;
}

.heading2{font-size:14px;  color:#b13904; font-weight:bold;}
.heading3{	font-size:14px;	color:#960;	font-weight:bold;}
.heading4{	font-size:14px;	color:#363;	font-weight:bold;}

.highlight1 { color:#b13904; font-weight:bold; }
