/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 8;
    background-image: images/Var_Back.gif;
    background-repeat:repeat-y
    
}

P
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	}	
		
H3	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	}	
		
H5, DT	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
	
TH	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-decoration: underline;
	text-transform: uppercase;
	}	

TD	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
	}	


A:link	{	
	text-decoration:	underline;
	color:  #006000;
	font-weight:	bold;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#006000;
	font-weight:	bold;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#006000;
	font-weight:	bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#008000;
	font-weight:	bold;
	}
	
SMALL	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10px;
	text-transform:uppercase;
}	

BIG	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	20px;
	text-transform:uppercase;
	font-weight:bold;
	color: #aa0000;
	}	

STRONG	{	
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	text-transform:uppercase;
	font-weight:bold;
	}	

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;
	}	

.gbinfo
{
	background-color: #88aa88;
	border-top: solid 2px #000000;
	border-bottom: #000000 1px solid;
	
}

.gbcontent
{
	background-color: #aaccaa;
	border-top: #000000 1px solid;
	border-bottom: #000000 2px solid;
}

.missing
{
	border-style: solid;
	border-color: #FF0000;
	border-width: 2px;
	padding:2px;
	background-color: #FFCCCC;
	
}

.warning
{
	font-style:italic;
	border-style: solid;
	border-color: #FF0000;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFCCCC;

}

.large
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
}

	