body {
	background-color: #F7F7DF;
	color: #000000;

}
.headline {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color : inherit;
}

.subheadline {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color : inherit;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color : inherit;
}
.textjustify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color : inherit;
	text-align: justify;
}
.texpsalms  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color : inherit;
	text-align: justify;
}
.textform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color : inherit;
	text-align: right;
}
.input {
	color: #000000;
	background-color : inherit;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
}
.inputfield {
	color: #000000;
	background-color : inherit;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inputbutton {
	color: #FFFFCC;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006699;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	width: 120px;
}
a:link {
	color: #00678C;
	background-color : inherit;
	cursor: default;
	text-decoration: none;
}
a:hover {
	color: #00678C;
	background-color : inherit;
	cursor: default;
	text-decoration: underline;
}
a:active {
	color: #00678C;
	background-color : inherit;
	cursor: default;
	text-decoration: underline;
}
a:visited {
	color: #FF6666;
	background-color : inherit;
	cursor: default;
	text-decoration: underline;
}
frameset {
	border: none;
	background-color : inherit;
}
.titlediv { 
	background: #dddddd;
	border: 1px solid #6699cc;
	filter: alpha (opacity=70 , style=0) dropshadow(color=#000000, offx=5, offy=5, positive=1 );
	background-color: transperant;
	-moz- opacity: 70 %;
} 