/* Default CSS Stylesheet for a new Web Application project */


BODY
{
    BACKGROUND-image: url("BackGround.gif");
    Background-color: #99ccff;
    FONT-FAMILY: Verdana, arial Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	color:black;
}
.leftframe
{
	margin:0px;
        Background-color: #99ccff;
	background-image: url("../leftbg.gif");
}

A:link	{	
	text-decoration:none;
	font-weight:bold;
	color:#663300;
	}
	
A:visited	{	
	text-decoration:	none;
	font-weight:bold;
	color:#663300;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#663300;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#FFCC00;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
INPUT
{
	font-size:8pt;
	font-family:arial;	
}
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;
	}	

IMG 	{
	margin-top: 2px;
	margin-left: 2x;
	margin-right: 2px;
	}

IMG.nomargin{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.required 
{
	color:red;
}		

SELECT
{
	font-size:8pt;
	font-family:arial;	
}

TABLE{
	border-style:solid;
	border-width:1;
	border-color:black;
	background-color:white;
	COLOR:green; 
	font: 8pt/9pt verdana;
}
table.transparent{
	border-width:0;
	background-color:transparent;
}

.backTable
{
    border-width:0;
    BACKGROUND-COLOR: gray;
    FONT-FAMILY: Verdana, arial Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	color:white;
}

TH
{	
	text-align: center;
	vertical-align:	baseline;
	font-size:	10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	background-color:#663300;

}
