/*standard stylesheet for Netscape browsers*/ 

/*body tag attributes*/
Body 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(/woodscommon/images/background.gif);

}

/*link attributes*/ 
A:link 
{ 
text-decoration: underline;
color: #3366CC;
}
A:visited
{ 
text-decoration: underline;
color: #666666;
}
A:hover, A:active
{ 
text-decoration: underline;
color: #FF9900;
}

/*applies standard font attributes to all text in tags below automatically, unless otherwise specified in code*/ 
p,font,td,li
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	color: #666666;
}

/*header font - defined in points so it can't be resized*/ 
h3 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	color: #003366;
}

/*subheader font - defined in points so it can't be resized*/ 
h4 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	color: #003366;
}

/*apply to td tag of table - will control text and td bgcolor*/ 
.tableheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	background-color: #003366;
	font-weight: bold;
}

/*small font - defined in points so it can't be resized*/ 
.small
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

/*homepage font - defined in points so it can't be resized*/ 
.homepage
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}
