html {
  background-image: url('/images/cover.jpg');
  background-repeat: repeat;
}

body,em,span{
	background:#3e1f00 !important;
	opacity:0.9;
	font-family:arial;
	font-size:12pt;
	color:#bfbfbf;
  	background-repeat: repeat;
}
.strongTitle{
	color:#efefef;
}
.pageTitle{
	font-family:arial;
	font-size:12pt;
	color:#3e1f00 !important;
	background:#ffbb77;
	height:40px;
	line-height:40px;
}
span.pageTitle{
	font-family:arial;
	font-size:12pt;
	color:#3e1f00 !important;
	background:#ffbb77 !important;
	height:40px;
	line-height:40px;
}
.subPageTitle{
	font-family:arial;
	font-size:12pt;
	background:#914800;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ffbb77;
}
.subPageTitle div{
	float:left;
	margin-left:20px;
	font-family:arial;
	font-size:12pt;
	background:#914800;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ffbb77;
}
.glyphicon-cloud-download{
	cursor:pointer;
	color:#c0c0c0;
}
.welcomeMessage{
	font-family:arial;
	font-size:12pt;
	background:#552b00;
	padding:10px;
	margin-bottom:20px;
}
.glyphicon-backward{
	cursor:pointer;
}
.glyphicon-asterisk{
	color:#ffbb77;
	font-size:9pt;
}
.anchorList{
	margin-top:10px;
}
.anchor{
	color:#bfbfbf !important;
	text-decoration:none;
	cursor:pointer;
}
.anchor.blogTitle{
	color:#f78f1e!important;
	opacity:0.8;
	text-decoration:none;
	cursor:pointer;
}
.anchor:hover{
	text-decoration:underline;
}

.anchor:visited{
	color:#bfbfbf !important;
	text-decoration:none;
}

p,span,div{
	font-family:arial !important;
	font-size:12pt !important;
	color:#bfbfbf !important;
	background:#3e1f00;
}

.parentContentDiv{
	margin-top:20px;
}

.contentDiv{
	padding:5px 25px 5px 25px !important;
	color:#f5f5f5;
}