/* Stylesheet for Navemp.aspx */
/*
TH
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #ff7f50;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	text-align: Center;
}	
*/
BODY
{
	font-weight: normal;
	/*font-size: 10pt;*/
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
	font-weight: bold;
	font-size: 14pt;
	color: #ffff66;
	background-color:Teal;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	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
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: coral;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	text-align: Center;
}	
*/

TH
{
	text-align: Center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: navy;
	padding-left:6px;
	font-weight: bold;
}	

TD
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}	

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;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.divc
{
	OVERFLOW:auto; HEIGHT:460px;
}

A:link	
{	
	text-decoration: none;
	color: navy;
}	
		
A:visited
{
	color: navy;
	text-decoration: none;
}	
		
A:active
{
	text-decoration: none;
	color: Yellow;
}	
		
A:hover	
{	
	color: #cc3300;
	text-decoration: none;
}
	
/* The followings relate to the navigation page */

.tabmain
{
	width: 760px;
	border-spacing:0;
	border-width:0;
	background-color:White;
}
	
.tabsecond
{
	width: 760px;
	height:100%;
	border-spacing:0;
	border-width:0;
}

.tdabout
{
	font-size: 7pt;
	FONT-FAMILY: Verdana;
	text-align: center;
	background-color:Scrollbar;
}
	
.navname
{
	font-weight: bold;
	color: black;
	background-color: lightblue;
}

.navdate
{
	color: black;
	background-color: lightblue;
}

.navcomp
{
	font-weight: bold;
	color: black;
	background-color: white;
}

.navmain
{
	border-width:thin; 
	width: 760px;
 }

.submenu
{
	background-color: LightCyan;
	border-width:1px;
	border-style:outset;
	font-size:11pt;
	color:blue;
}

.tree
{
	background-color: LightCyan;
	font-size:+1;
	color:red;
	font-weight: bold;
}

