/* CSS Document */

body {
	background-image: url(../images/backgrounds/bg_1.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}

.std_text {
  color: #3f3e29;
  font-family: "Times New Roman", Times, serif;
  font-size:12px;
}

.std_text_lt {
  color: #817a52;
  font-family: "Times New Roman", Times, serif;
  font-size:12px;
}

.large_text_dk {
  color: #3f3e29;
  font-family: "Times New Roman", Times, serif;
  font-size:14pt;
}

.header_text {
  color: #3f3e29;
  font-family: "Courier New", Courier, monospace;
  font-size:14px;
}

.large_text_lt {
  color: #817a52;
  font-family: "Times New Roman", Times, serif;
  font-size:16px;
}


/**************************
 Standard Font-Style Links
**************************/
a.std_link:link {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  text-decoration:none;
}

a.std_link:hover {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  text-decoration:underline;
}

a.std_link:visited {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  text-decoration:none;
}

a.std_link:active {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  text-decoration:none;
}




/**********************************
      Links - Footer Primarily
***********************************/
.link {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:9px;
  text-decoration:none;
}

a:link {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:9px;
  text-decoration:none;
}

a:visited {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:9px;
  text-decoration:none;
}

a:hover {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:9px;
  text-decoration:none;
}

a:active {
  color: #99926d;
  font-family:"Times New Roman", Times, serif;
  font-size:9px;
  text-decoration:none;
}


