/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

/* page headers */
H3  {
	color : #FFFF99;
	font-size : 13pt;
	font-weight : bold;
	letter-spacing : 0.25em;
}

/* main copy */
BODY  {
	BACKGROUND-COLOR: #787D73;
	COLOR: White;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top : 4px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	SCROLLBAR-FACE-COLOR: #BBB796;
  	SCROLLBAR-HIGHLIGHT-COLOR: #C4C1B2;
  	SCROLLBAR-3DLIGHT-COLOR: #4F6A5E;
  	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
  	SCROLLBAR-SHADOW-COLOR: #505050; 
  	SCROLLBAR-ARROW-COLOR: WHITE;
  	SCROLLBAR-TRACK-COLOR: #787D73;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #FFFFFF;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
TD#SLOGAN  {
	color : #1F5998;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
TD#BOTBAR  {
	color : #1F5998;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
STRONG  {
	color : #FFFFFF;
	font-style : normal;
	font-weight : bolder;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height : 18px;
	line-height : 18px;
}
.subheader {
	font-size: 10px;
	font-weight: bold;
	color: #FFCC33;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
A:link 
{
    COLOR:#ECEC7E;
}
A:visited 
{
    COLOR:#D3D364;
}
A 	 	
{
    TEXT-DECORATION: none
}
A:hover
{
    COLOR:#FFFFDD;
	TEXT-DECORATION: underline
}