/* 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
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Tahoma, Verdana;
	font-size:	14px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	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	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		

A:link
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}	
		
A:visited
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}	
		
A:active
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}	
		
A:hover
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma;
	text-decoration: underline;
}
	
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;
	color: LightCoral;
	}	
	
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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	BACKGROUND: #ffffff;
	}
P {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
TR {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
TD {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
UL {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
LI {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
TH {
	BACKGROUND: #dbeaf5; COLOR: #000000
}
.intd {
	PADDING-LEFT: 15px; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
.wcell {
	BACKGROUND: #ffffff; VERTICAL-ALIGN: top
}
.ctrl {
	FONT-SIZE: 10px; WIDTH: 100%; FONT-FAMILY: Tahoma, Verdana, sans-serif
}
.btnform {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 12px; BORDER-LEFT: 0px; WIDTH: 100%; CURSOR: hand; BORDER-BOTTOM: 0px; FONT-FAMILY: tahoma, verdana; HEIGHT: 18px; BACKGROUND-COLOR: #dbeaf5; TEXT-ALIGN: center
}
.btn {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #dbeaf5
}
TEXTAREA {
	FONT: 9px Verdana, arial, helvetica, sans-serif; BACKGROUND-COLOR: #dbeaf5
}
SELECT {
	FONT: 9px Verdana, arial, helvetica, sans-serif; BACKGROUND-COLOR: #dbeaf5
}
INPUT {
	FONT: 9px Verdana, arial, helvetica, sans-serif; BACKGROUND-COLOR: #dbeaf5
}
Titulo	{	
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
