
BODY {
	background-color: #FFFF99;	
} 

/* for ylw bkgrnd */
A.type1:link    {color:#006600; text-decoration:underline;}
A.type1:visited {color:#990000; text-decoration:underline;}
A.type1:active  {color:#006600; text-decoration:underline;}
A.type1:hover   {color:#009900; text-decoration:underline;}

/* for grn nav bkgrnd */
A.type2:link    {color:#00FF00; text-decoration:underline;}
A.type2:visited {color:#003300; text-decoration:underline;}
A.type2:active  {color:#00FF00; text-decoration:underline;}
A.type2:hover   {color:#FFFF99; text-decoration:underline;}

/* red sub */
.sub {
	color: #CC0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
}

/* grn sub */
H1 {
	color: #003300;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
}


/* rd str */
td.red {
	background-color: #CC0000;
	text-align: center;
	vertical-align: top;
}

/* ftrs */
.smalltxt {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
}


/* byline */
.byline {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	vertical-align: top;
}


