body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.facetext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 11px;
	text-align: justify;
}
.blockhead {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-transform: capitalize;
	text-align: center;
}
.blocktext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #462020;
	text-align: justify;
	padding: 2px;
}
a:link,a:visited{
	color:#DDCDCA;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,a:active{
	color:#C69393;
	text-decoration: underline;
	font-weight: bold;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 250px;
	color: #FFFFFF;
	background-color: #402B27;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #221715;
	border-right-color: #5E3F39;
	border-bottom-color: #5E3F39;
	border-left-color: #221715;
}
