/* Drop Down Menu */
#menu01 {
	left: 138; top: 167; width: 200px; position: absolute; z-index: 80; visibility: hidden;
	padding:5px; background: #ffffff; 
	border-bottom: #e9e9e9 1px solid; border-left: #e9e9e9 1px solid; border-top: #e9e9e9 1px solid; border-right: #e9e9e9 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	}
#menu02 {
	left: 278; top: 169; width: 180px; position: absolute; z-index: 80; visibility: hidden;
	padding:1px; background: #ffffff; 
	border-bottom: #e9e9e9 1px solid; border-left: #e9e9e9 1px solid; border-top: #e9e9e9 1px solid; border-right: #e9e9e9 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	}
#menu03 {
	left: 360; top: 169; width: 180px; position: absolute; z-index: 80; visibility: hidden;
	padding:1px; background: #ffffff; 
	border-bottom: #e9e9e9 1px solid; border-left: #e9e9e9 1px solid; border-top: #e9e9e9 1px solid; border-right: #e9e9e9 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	}
#menu04 {
	left: 450; top: 169; width: 180px; position: absolute; z-index: 80; visibility: hidden;
	padding:1px; background: #ffffff; 
	border-bottom: #e9e9e9 1px solid; border-left: #e9e9e9 1px solid; border-top: #e9e9e9 1px solid; border-right: #e9e9e9 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	}
.menu {
	color: #007550;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: Verdana, Arial, Helvetica, sans-serif 12px;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: default;
	font-weight:bold
}

#submenu a, #submenu a:link, #submenu a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 24px;
	width: 100%;

	background-image:  url(iconSubOff.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#submenu a:hover, #submenu a:active {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	background-image:  url(iconSubOn.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/* Custom Classes */
.name
{	
	font-family: Times New Roman, Times, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.bgcolor1
 {
 	background: #e9e9e9;
 }

.bgcolor2
 {
 	background: whitesmoke;
 }

.bgcolor3
 {
 	background: ffffff;
 }

.bgcolor4
 {
 	background: ffffff;
 	border-width: thin;
 	border-style: ridge;
 }

.smallItalic
 {	
	font-size:	.7em;
	font-style: italic;
 }

.bold, b
 {	
	font-weight: bold;
 }

.footer
 {
	font-size:	.7em;
	font-style: normal;
 }

.color1	
{
	color:#CC0000;
}

.color2	
{
	color:#003366;
}

.leaded
{
	line-height: 80px;
}


/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: .75em;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin: 0;
	margin-bottom: 0;
	margin-left: 10;
	margin-right: 10;
	margin-top: 0;
	
}
TD
{
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: .75em;
}

.breadCrumbs
{
}

/* tables rock */
.boxheadl
	{
	background-image:url(sbhead-l.gif); 
	background-position: top left; 
	background-repeat:no-repeat;
	width:10px
	}

.boxheadr
	{
	background-image:url(sbhead-r.gif); 
	background-position:top right; 
	background-repeat:no-repeat; 
	padding-top:3; padding-right:3; padding-bottom:3; padding-left:0;
	}
	
.boxbodyl
	{
	background-image:url(sbbody-l.gif); 
	background-position: bottom left; 
	background-repeat:no-repeat; 
	width:10	
	}
	
.boxbodyr
	{
	background-image:url(testsbbody-r.gif); 
	background-position: bottom right; 
	background-repeat:no-repeat;  
	padding-top:6; padding-right:10; padding-bottom:15; padding-left:0;
	}


.header, .header2, .header3, .header4, .header5, .header6, H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
}
.header, H1	{	
	font-size: 20px;
    COLOR: #007550;	}	
	
.header2, H2	{	
	font-size: 17px;
	color:#FFFFFF;
	}	
		
.header3, H3	{	
	font-size: 16px;
    COLOR: #007550;	}	
		
.header4, H4	{	
	font-size: 15px;
    COLOR: #007550;	}	
		
.header5, H5, DT	{	
	font-size: 14px;
    COLOR: #007550;	}	
		
.header6	{	
	font-size: 10px;
    COLOR: #007550;	}	
			
/* General Links */
A, A:link, A:visited {	
	text-decoration:	none;
	color:	#896843;
	}	

A:active, A:hover {	
	text-decoration:	none;
	color:	#9F6A34;
	}

/* Navigation Links */
.navigation A, .navigation A:link, .navigation A:visited {	
	text-decoration:	none;
	color: #007550;
	}	
		
.navigation A:active, .navigation A:hover {	
	text-decoration:	underline;
	color: #000000;
	}
	
.small, SMALL	{	
	font-size:	10px;
	}	
BIG	{	
	font-size:	14px;
	}	

PRE	{	
	font-family:	Courier New, monospace;
	}	
p
	{
	
	}	

UL LI	{	
	list-style-image: url("arrowSmGrn.gif");
	}	

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;
	}	

.highlight {
	background-color: #ffffff;
	padding: 3px;
	border: thin dashed #e9e9e9;
}

/* Custom Classes */
.g {color: green;font-size:11px}
.r {color: red;font-size:11px}
.b8 {color: black; font-size:11px}
.bb {color: black;font-size:11px;font-weight: bold}
.grey {background-color: EEEEEE;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.f {background-color: e9e9e9;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.m {background-color: whitesmoke;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:333300;text-decoration:none;white-space:nowrap;padding-left:2px}
.f2 {background-color: CCCCCC;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:807040;text-decoration:none;}
.m2 {background-color: EEEEEE;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:333366;text-decoration:none;}
.w {background-color: FFFFFE;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:333366;text-decoration:none;white-space:nowrap;padding-left:1px;padding-right:1px}
.w2 {background-color: FFFFFE;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:333366;text-decoration:none;}
.xf {background-color: cc9999;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.xm {background-color: 9999cc;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:333300;text-decoration:none;white-space:nowrap;padding-left:2px}
.ib {border-width:1;border-style:solid;border-top-color:333300;border-bottom-color:333300;border-left-color:CCCCCC;border-right-color:333300;padding-right:4px}
.b {color: black}



.big { 
	font-size:	.75em;
 } 
