/* Default CSS Stylesheet for a new Web Application project */

BODY
    {
    Background-image: url(../images/background.jpg);
	 background-color: #160d06; 
    FONT-FAMILY: "Myriad Web";
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    TEXT-TRANSFORM: none;
    background-repeat: no-repeat;
	 background-attachment: fixed;
    }
	
HTML
    {
	 FONT-FAMILY: "Myriad Web";
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    TEXT-TRANSFORM: none;
	 scrollbar-face-color: #8f6825;
    scrollbar-shadow-color: #562806;
    scrollbar-highlight-color: #562806;
    scrollbar-3dlight-color: #562806;
    scrollbar-darkshadow-color: #916a28;
    scrollbar-track-color: #71441e;
    scrollbar-arrow-color: #fae9a7;

 	}
	
textarea {
  FONT-FAMILY: "Myriad Web";
  FONT-SIZE: 11pt;
  FONT-WEIGHT: normal;
  TEXT-TRANSFORM: none;
  overflow: auto;
}

H1	{	
	font-family: "Myriad Web";
	font-size:	20pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H2	{	
	font-family: "Myriad Web";
	font-size:	16pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
.H3	{	
	font-family: "Myriad Web";
	font-size:	15pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H4	{	
	font-family: "Myriad Web";
	font-size:	14pt;
	font-weight:	500;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: "Myriad Web";
	font-size:	13pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H6	{	
	font-family: "Myriad Web";
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	text-transform:	none;
	font-family: "Myriad Web";
	}	
	
TD, DIV {
	text-decoration:	none;
	color:	#000000;
	text-transform:	none;
	font-size: 10pt;
	font-weight: normal;
	font-family:  "Myriad Web";
   }

TXT {
	text-transform:	none;
	color:	#000000;
	font-size: 10pt;
	font-weight: normal;
	font-family:  "Myriad Web"; 
   }

.TXT1 {
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
   }
	
.TXT2 {
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
   }

a:link { color: #000000; font-weight: bold; text-decoration: underline; }
a:visited { text-decoration: underline; color: #000000; }
a:hover {  text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }

a.nav:link	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 10pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
		
a.nav:visited	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 10pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
		
a.nav:active	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 10pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
		
a.nav:hover	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 10pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}

	
a.footer:link	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
	
a.footer:visited	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
		
a.footer:active	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}	
		
a.footer:hover	{	
	text-decoration:	none;
	color:	#fae9a7;
	text-transform:	none;
	font-size: 9pt;
	font-weight: bold;
	font-family:  "Myriad Web";
	}