/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(Image/fn.gif);
	margin: 5px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: black;
	SCROLLBAR-FACE-COLOR: #ff6600; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ff6600; 
	SCROLLBAR-SHADOW-COLOR: #ff6600; 
	SCROLLBAR-3DLIGHT-COLOR: #ff6600; 
	SCROLLBAR-ARROW-COLOR:  white; 
	SCROLLBAR-TRACK-COLOR: black; 
	SCROLLBAR-DARKSHADOW-COLOR: black; 
}

P
{	font-size: 12px;}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{

}
H1	{	
    COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
    COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
    COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
    COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
    COLOR: white;
	font-family: Verdana, Arial, 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	{	
    COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
    COLOR: white;
	font-size:	12px;
	word-spacing:	normal;
	font-weight:	bold;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
    COLOR: white;
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: silver;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	silver;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover
{
    color: lime;
    text-decoration: underline;
}
	
SMALL	{	
    COLOR: white;
	font-size:	10px;
	}	

BIG	{	
    COLOR: white;
	font-size:	14px;
	}	

BLOCKQUOTE, PRE	{	
    COLOR: white;
    font-size:	12px;	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
    COLOR: white;
    font-size:	12px;	    
	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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
BUTTON
{
    border-top-width: thin;
    font-weight: bold;
    border-left-width: thin;
    font-size: 11px;
    border-left-color: orange;
    border-bottom-width: thin;
    border-bottom-color: darkgoldenrod;
    color: white;
    border-top-color: orange;
    font-family: Arial, Sans-Serif;
    background-color: #ff6600;
    border-right-width: thin;
    border-right-color: darkgoldenrod;
}

.Boton
{
    border-top-width: thin;
    font-weight: bold;
    border-left-width: thin;
    font-size: 11px;
    border-left-color: orange;
    border-bottom-width: thin;
    border-bottom-color: darkgoldenrod;
    color: white;
    border-top-color: orange;
    font-family: Arial, Sans-Serif;
    background-color: #ff6600;
    border-right-width: thin;
    border-right-color: darkgoldenrod;
}
