/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
	A:visited {COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana,  'MS Sans Serif'; text-decoration: none;}
	A:ACTIVE {COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana,  'MS Sans Serif'; text-decoration: none;}
	A:LINK {COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana, 'MS Sans Serif'; text-decoration: none;}
	A:hover {color: #FFFFFF; background-color: #114898; text-decoration: none;} 
	
	A.contentwht:visited {COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana,  'MS Sans Serif'; text-decoration: none;}
	A.contentwht:ACTIVE {COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana,  'MS Sans Serif'; text-decoration: none;}
	A.contentwht:LINK {COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana, 'MS Sans Serif'; text-decoration: none;}
	A.contentwht:hover {color: #000000; background-color: #d9d796; text-decoration: none;} 
	
	
		
TD	{	
	FONT-SIZE: 10pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.contentwht	{	
	FONT-SIZE: 10pt;
	color: #FFFFFF;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
.contentred	{	
	FONT-SIZE: 10pt;
	color: #F60000;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
.textbox
	{
 	  FONT-SIZE: 9pt;
 	  COLOR: #ffffff;
	  BACKGROUND-COLOR: #1C32AA;
      FONT-FAMILY: Arial, Verdana, 'MS Sans Serif';
      width: 150;
      height: 20;
	}	
.button
	{
  	  BORDER-RIGHT: #000000 0px solid;
   	  BORDER-TOP: #000000 0px solid;
  	  FONT-SIZE: 8pt;
   	  BORDER-LEFT: #000000 0px solid;
      CURSOR: hand;
   	  COLOR: #FFFFFF;
   	  BORDER-BOTTOM: #000000 0px solid;
  	  FONT-FAMILY: Arial, Verdana, 'MS Sans Serif';
   	  BACKGROUND-COLOR: #1C32AA;
	}	