@charset "utf-8";
body1 {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

txtCentered {text-align:center;}
txtLeft {text-align:left;}
txtRight {text-align:Right;}
txtJustify {text-align:justify;}

txtFooter {
	size:8.2rem;
	text-align:center;
	color:red;
}

.textWhiteDescritpion {
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.sliderH1 {
	text-align:center;
	font-weight:bold;
	color:#FFF
}

.contactLinks {
	color:white;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.contactLinks:hover {
	color:gray;
}

.inlineFbIcon{
	background: url("../images/facebook.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:35px 35px;
	height:35px;
	width:35px;
	display:inline;
	margin:0 2px;
}

.inlineFbIcon:hover{
	background: url("../images/facebookHover.png") no-repeat;
	background-repeat: no-repeat;;
	background-position: center;
	background-size:35px 35px;
	height:35px;
	width:35px;
	display:inline;
	margin:0 2px;
}

.inlineTwitterIcon{
	background: url("../images/twitter.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:35px 35px;
	height:35px;
	width:35px;
	display:inline;
	margin:0 2px;
	border:none;
}

.inlineTwitterIcon:hover{
	background: url("../images/twitterHover.png") no-repeat;
	background-repeat: no-repeat;;
	background-position: center;
	background-size:35px 35px;
	height:35px;
	width:35px;
	display:inline;
	margin:0 2px;
	border:none;
}

.bookDescription {
	color:white;
}

.heading1 {
	text-align:center;
	color:black;
	font-size:2em;
	font-weight:bold;
}

.heading1small {
	text-align:center;
	color:black;
	font-size:1.25em;
	font-weight:bold;
}

.bodyText {
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	color:black;
	margin-left:1em;
	margin-right:1em;
}

.bodyTextIndented {
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	color:black;
	margin-left:2.5em;
	margin-right:1em;
}
