
/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.text { color: black; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white }
.black { background-color: black }
.product  { color: black; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffffcc }
.header   { color: black; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-color: #ffff00; text-align: left }
.hder2   { color: black; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-color: #ffff00; text-align: left }
.hits {color:yellow;background-color:blue;font-weight:bold;}
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: black;
	}	

TFOOT, THEAD	{	
	font-size:	9pt;
	background-color:Navy;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	9pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}

TH.header {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;color: #FFFFFF; background-color: #00008B;}

TR {font-size: 9pt;
	font-family: Arial, Helvetica, Univers, sans-serif;
	font-weight: normal; font-style: normal; color: #000000;
	text-decoration: none;}
	
TD {font-size: 9pt;
	font-family: Arial, Helvetica, Univers, sans-serif;
	font-weight: normal; font-style: normal; color: #000000;
	text-decoration: none;}

TD.head {font-size: 9pt;
	font-family: Arial, Helvetica, Univers, sans-serif;
	font-weight: bold; font-style: normal; color: #000000;
	text-decoration: underline;}
TD.text { color: black; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white }
TD.texty { color: black; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: yellow }

TD.input {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #FDF5E6;}

TD.small {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}

TD.small_c {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;background-color: #FDF5E6;	vertical-align:	middle; text-align:center}

TD.large_c {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;background-color: #FDF5E6;	vertical-align:	middle; text-align:center}

TD.detail {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;background-color: #FDF5E6;}

TD.detail1 {background-color: #FFF8DC;}

TD.detail2 {background-color: #FFEBCD;}

TD.detail3 {background-color: #FFFF7A;}

TD.detail4 {background-color: #FFFFCC;}

TD.detail4 {background-color: #000000;}

a {font-weight: bold; color: #0000FF; background-color: transparent;
	text-decoration: underline;}

a.Visited {color: #006400; background-color: transparent;
	font-weight: bold; text-decoration: underline;}

a.Hover {font-weight: bold; color: #FF0000; background-color: transparent;
	text-decoration: underline;}

a.Active {color: #90EE90; background-color: transparent;
	font-weight: bold; text-decoration: underline;}
P {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;	word-spacing:	normal;	letter-spacing:	normal;}	

P.large {font-size: 11pt;font-weight:bold;}

P.small {font-size: 8pt;font-weight:bold;}

P.mand{background-color:#FFF8DC;}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
