/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(Images/New/bgcolor2.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  xx-small; 
    FONT-WEIGHT: normal;
    color: Black;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #336600;
}
H1	{	
	font-family: Georgia, serif;
	font-size:    larger;
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:visited	{	
	text-decoration:	none;
	/*color:	#009900;*/
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#009900;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: none;

	}
	
IMG.Man	{
	border-color:#004000;border-width:8px;border-style:Double;
	width:160px;
	}	
	
	IMG.ManBig	{
	border-color:#004000;border-width:8px;border-style:Double;
	}	
	
P.Man	{
		font-size:	 10pt;
		font-weight: bold;
		color: black;
	}		

P.DMan	{
		font-size:	 10pt;
	}	
	
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/*div.gradient{background: #FCFBEB url(images/gradient.gif) repeat-x top;margin: 15px}*/

/*div.gradient{background: #FCFBEB url(images/gradientBlue.gif) repeat-x top;margin: 15px}*/

/*div.gradient{background: #EEF3ED url(images/gradientGreen.gif) repeat-x top;margin: 15px}*/


div.gradient{background: #FEE6C9 url(images/gradientOrange.gif) repeat-x top;margin: 10px}
div.gradient3{background: #FEE6C9 url(images/gradientOrange.gif) repeat-x top;margin: 15px}


div.gradient2{margin: 15px}

div.gradient p{margin:0;padding: 2px 5px}

 a.HLink
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	 10pt;
	font-weight: bold;
	color: 009900;
	
	 }