/* BACKGROUND SETTINGS FOR MAIN WINDOW/FRAME */
body
  {
    background-color: #000000;
  }

   
/* BACKGROUND SETTINGS FOR LEFT FRAME */  
.left
  {
    background-color: #000000;
  }  

/* NORMAL (DEFAULT) FONT */  
p
  {
    font-family: Verdana;
	color: #54463D;
	font-size: 10px;
    line-height: 12pt;
    font-weight: normal;
    font-style: normal;
  }


/* HEADER FONT */  
.header1
  {
    font-family: Verdana;
	color: #000000;
    font-size: 11px;
    line-height: 12pt;
    font-weight: bold;
    font-style: normal
  }  


/* TABLE HEADER FONT */  
.tableheader
  {
    font-family: Verdana;
	color: #d9bd89;
	background-color: #262020;
	font-size: 12px;
    line-height: 5pt;
    font-weight: bold;
    font-style: normal
  }    	


/* TABLE TEXT FONT */  
.tabletext
  {
    font-family: Verdana;
	color: #54463D;
	background-color: #000000;
	font-size: 11px;
    line-height: 12pt;
    font-weight: bold;
    font-style: normal
  }

/* TABLE TEXT FONT */  
.tabletext2
  {
    font-family: Verdana;
	color: #54463D;
	background-color: #171411;
	font-size: 11px;
    line-height: 6pt;
    font-weight: normal;
    font-style: normal
  }  
  
  

/* GENERAL LINK SETTINGS */	
A:link 
	{ color: #54463D; line-height: 6pt; background-color: #000000; text-decoration: none }

A:active 
	{ color: #54463D; line-height: 6pt; background-color: #000000; text-decoration: none }

A:visited 
	{ color: #54463D; line-height: 6pt; background-color: #000000; text-decoration: none }

A:hover
	{ color: #d9bd89; line-height: 6pt; background-color: #000000; text-decoration: underline }
	

/* TABLE LINK SETTINGS */	
A.tablelink:link 
	{ color: #d9bd89; line-height: 6pt; background-color: #171411; text-decoration: none }

A.tablelink:active 
	{ color: #d9bd89; line-height: 6pt; background-color: #171411; text-decoration: none }

A.tablelink:visited 
	{ color: #d9bd89; line-height: 6pt; background-color: #171411; text-decoration: none }

A.tablelink:hover
	{ color: #d9bd89; line-height: 6pt; background-color: #171411; text-decoration: underline }	