/* Page style for diamondimporting.com */
html, body { margin-top: 0px;
  	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    background-image: url(./backgrounds/page.jpg);
    width: 100%; height: 100%;
    }

  p { color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 11pt;
    }
	
  .welcome { font-family: Arial;
    font-size: 18pt;
    }
	
  .menu { font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    }
	
   .normal { font-family: Arial;	/* Paragraph block text: light silver */
    font-size: 11pt; 
	color: rgb(240,240,240);
    }
	
	.grayed { font-family: Arial; font-size: 9pt; color: rgb(200,200,200); }
	
  .bold { font-family: Arial;
    font-size: 11pt; 
	font-weight: bold;
	color: white;
    }

  .small { font-family: Arial;
    font-size: 10pt;
    }

  .large { font-family: Arial;
    font-size: 12pt;
    }
  
  .h1 { font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
    }
  h1  { font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
    }
  .copyright { font-family: Arial;
    font-size: 8pt;
    color: rgb(171, 114, 99);
	}
	
	.testimonial {font-family: Arial; font-weight: normal; 
    font-size: 10pt;
    color: rgbrgb(176,128,96);
	}
	
	.emphasis {font-family: Arial;
    font-size: 12pt;
	color: rgb(255, 239, 94); }


  a:link { color: rgb(176,128,96);
  	text-decoration: none;
    }

  a:visited { color: rgb(176,128,96);
  	text-decoration: none
    }

  a:active { color: color: rgb(176,128,96);
    }

  a:hover { color: rgb(255, 239, 94);
    }

  a.sub:link { color: silver;
 	font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
  	text-decoration: none;
    }

  a.sub:visited { color: gray;
   	font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
  	text-decoration: none;
    }

  a.sub:active { color: white;
   	font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    }

  a.sub:hover { color: rgb(255, 239, 94);
   	font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    }
	
  a.plink:link { color: white; text-decoration: underline;}

  a.plink:visited { color: rgb(200,200,200) ; text-decoration: underline; }

  a.plink:active { color: white ; }

  a.plink:hover { color: rgb(255, 239, 94); }
  
/* contact and other form tables */
.ctable {
		font-size: 11pt;
		color: rgb (240, 240, 240); 
		border-color: black; 
		width: 90%; 
		table-layout: fixed; 
	}
.ctable td {
		padding: 2px 10px; 
		vertical-align: top; 
		text-align: left; 
	}

 table {padding-left: 20px; }
.tmenu {width: 170px; text-align: left; vertical-align: top;}
.tmenu2 { text-align: left; vertical-align: top;}
.tbody {text-align: left; vertical-align: top;}
.tbody2 {text-align: left; vertical-align: top; padding-right: 50px; }
.timgmid {width: 170px; text-align: center; vertical-align: top; }
.timgright {width:170px; text-align: center; vertical-align: top;}

  



  
