@import url(/nonNS4.css); /* Must precede style definitions for Mozilla. */
                          /* @import is ignored by NS4. Good. */

/*=====================*\
  COMMON STYLES
\*=====================*/

/* The TD, TH & P's are required for Netscape 4.X, as they don't inherit the fonts from BODY */
/* This should be the ONLY FONT-FAMILY definition in this file! */


BODY, blockquote, form, h1, h2, h3, h4, h5, h6, input, li, ol, select, textarea, ul {
    font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color : #FFFFFF;
	background-image:  url(url());
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    height:100%;	
    margin:0;
    padding:0;
	border:none

}

.back,  {
    background-color: #FFFFFF;
    }


.main   {
	FONT-SIZE:16px;
	line-height: normal;
	color: #FFFFFF;
	list-style-type: circle;
	list-style-position: inside;
}
.menu   { FONT-SIZE:13px; background-color: #6e6e6e; line-height: 15px}


A:link            { COLOR: #000000}
A:active          { COLOR: #000000 }
A:visited         { COLOR: #923017 }
A:hover           { COLOR: #923017 }
A IMG             { TEXT-DECORATION: none }
td.bottom { 
vertical-align: bottom; 
} 
.fullheight {
height:100%
} 
.Footer {
	color: #dea623;
	font-size: 10px;
	font-weight: bold;
}

/*=====================*\
  BACKGROUND STYLES
\*=====================*/
.contrast {
	background-color: #2F8132;
	TEXT-DECORATION: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.harmony {background-color: #de4923; TEXT-DECORATION: none}

/*=====================*\
  GENERIC STYLES
\*=====================*/

.x-small       { FONT-SIZE: 9px }
.small         {
	FONT-SIZE: 9px;
	line-height: 10px;
	color: #923017;
}
.large         {
	FONT-SIZE: 12px;
	color: #923017;
	line-height: 13px;
}
.large-heading   { MARGIN-TOP: 1em; FONT-WEIGHT: bold; FONT-SIZE: 16px; line-height: 18px}
.medium-heading  { MARGIN-TOP: 1em; FONT-WEIGHT: bold; FONT-SIZE: 14px; margin-bottom: 0; padding: 0; line-height: 16px}
.small-heading   { MARGIN-TOP: 1em; FONT-WEIGHT: bold; FONT-SIZE: 11px; margin-bottom: 0; padding: 0; line-height: 13px}


}

/**/
