/*            property equivalance
size
	
	 8=u	(minUte)
	 9=t	(Tiny)
	10=s	(Small)
	11=n	(Normal - small)
	12=e	(Elite)
	14=m	(Medium)
	16=l	(Large)
	20=h	(Huge)
text color
	a=aqua
	b=blue
	d=dark blue
	l=light blue
	g=green	(#428484)
	k=black
	r=red
	m=magenta
	y=yellow
	n=havy
backgroung color
	a=aqua
	g=green	(#428484)
	l=light gray
	r=red
	w=white
	m=magenta
	y=yellow
text align
	l=left
	c=center
	r=right
weight
	n=normal
	b=bold
alternate font
	nothing = verdana
	t=tahoma

line-height: 12px (font+2)
text-transform: uppercase;
*/

body 
{
   color: #428484;		/* shade of green */
   background-color: White;
   font-family: verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 8px;
   font-weight:bold;
   margin: 0px; 
   padding: 0px;
   text-decoration: none;	/* eliminates link underline */
}

TABLE.ngwlb {
	color: #428484;
	background-color: White;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	margin : 5px;	
	vertical-align : top;
}

TABLE.sgwlb {
	color: #428484;
	background-color: White;
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
	margin : 5px;	
	vertical-align : top;
}

TD.cp {
	text-align: center;
	vertical-align : top;
}

TD.sybcb {
	color: black;
	background-color: yellow;
	font-size: 8px;
	font-weight : bold;
	text-align: center;
	vertical-align : top;
}

TD.syblb {					/* was navc */
	color: black;
	background-color: yellow;
	font-size: 8px;
	font-weight : bold;
	text-align: left;
	vertical-align : top;
}
TD.sybrb {					/* was navc */
	color: black;
	background-color: yellow;
	font-size: 8px;
	font-weight : bold;
	text-align: right;
	vertical-align : top;
}
TD.srwrb {					/* was navc */
	color: red;
	font-size: 8px;
	font-weight : bold;
	text-align: right;
	vertical-align : top;
}

TD.sgwlb {					/* was navc */
	color: black;
	text-align: left;
	font-size: 8px;
}
TD.sgwrb {					/* was navc */
	color: black;
	text-align: right;
	font-size: 8px;
}
