/* CSS Document */
@import url("menu.css");

body {
background: url(images/bodyfade.jpg); 
background-repeat:repeat-x; 
background-color: #000000; 
}

#img.test_img {width:expression(if(this.clientWidth>120)this.width=120);}

input.radio {
color: #FACD97;
border-color: #FACD97;
background-color: #FACD97;
}

.checkbox {
border-color: #FACD97;
background-color: #FACD97;
color: #FACD97;
}

input { 
font-family:"Times New Roman", Times, serif;
	font-size: 14px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px; 
  background-color:#FACD97;
}

button {
	background-color:#CCCCCC;
}

submit {
	background-color:#CCCCCC;
}

textarea { 
font-family:"Times New Roman", Times, serif;
	font-size: 14px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px; 
  background-color:#FACD97;
}

select { 
font-family:"Times New Roman", Times, serif;
	font-size: 14px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px; 
  background-color:#FACD97;
}

.bodycopy {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#FACD97;
	line-height:15px;
	}

.versescopy {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	line-height:15px;
	}
	
.bodybold {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#FACD97;
	font-weight:bold;
	line-height:15px;
	}

.titlecopy {
	color: #E7B448;
	font-family: "Edwardian Script ITC";
	font-size: 36px;
}

.phonenumber {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #E7B448;
	line-height:16px;
	}

a:link { 
	color: #FFD9AC;
	text-decoration: underline;
	}

a:visited { 
	color: #FACD97;
	}

a:active { 
	color: #FACD97;
	}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}