body
{
	margin: 10;
	padding: 10;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #000;
	background-color: #630000;

}
	
bghead { background-image: url(images/infonet_logo_head_02.gif); }

div, span, p, th, td, ol, ul, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 12px;
    }
    
p	{
	margin-top: 0; padding-top: 0;
	line-height: 1.25em;
	}
	
.marginHead	{
	font-weight : bold;
	color: #FFC;
	margin: 5px;
	}

.marginText
{
	margin: 5px;
}

.footerText	{
	color: #FFC;
	margin: 5px;
	}

.featureText
{
	color: #FFC;
	margin: 5px;
}

.featureLink: link, visited
{
	font-weight : bold;
	color: #FFC;
	text-decoration: underline;
}

.featureLink: hover
{
	font-weight : bold;
	color: #FFC;
}


.weatherHead	{
	font-weight : bold;
	font-size: 10px;
	color: #630000;
	}
	
.weatherText	{
	font-size: 10px;
	}


h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	10pt;
	}

h1, h2, h3, h4, h5, h6
{
	color: #630000;
	margin: 3px 0 0 0;
}

#nav {
   color: #630000;
   font-weight : bold;
   font-size: 13px;
   line-height: 135%;
   margin: 0px;
}

#nav small{
   font-size: 12px;
   display: block;
}

#nav a{
   background-color: #E1CBB6;
   display: block;
   text-decoration: none;
}

#nav a:hover{
   color: #E1CBB6;
   background-color: #630000;
}


a:link, a:visited
{
	text-decoration: none;
	color: #600;
}

a:hover
{
	text-decoration: underline;
}

img { border-color: #600; }

/* tree node styles */
.clsNode, .clsNode:visited{
	color: #630000;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration : none;
}
.clsNode:hover
{
	color: #BE3B0E;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
