body{
 	color: #000;
	background-color: #E3E1D4;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}
/* headings */
h1, h2 { /* overwrite bootstrap*/
	text-align: center;
}
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.2rem;
}

h3,h4,h5,h6{
  font-size: 1rem;
}

acronym {
  text-decoration: none;
}

ul{
	list-style-type: square;
}
/* links */
a {
	/*color: #0033FF; #0A51F4;*/
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
footer a:hover{
	text-decoration: none;
}
#top_logo a {
	color: #FFC;
	margin-bottom: 5px;
}
#top_logo a:hover {
	color: #FFF;
	text-decoration: none;
}

/* layers */
.box4content{
	background-color: #E3E1D4; /* #F0F0E8; */
	padding: 0 15px 0 15px;
	margin: 0 auto;
}

footer{
	clear: both;
	margin-top: 30px;
	text-align: center;
}
footer address{
	border-top: 1px solid rgba(64,128,128,.5); /*#408080*/
	color: #066;
}
#bk2top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;

  color: #fff;
  background-color:#F8895A;
  border-color:#FFF;
}
#bk2top:hover {
  color: #fff;
  background-color:#E54900;
  border-color:#FFF;
}

/*
.figure {
  display: table;
}
.figure-caption{
	display: table-caption;
	caption-side: bottom;
}
 .img-thumbnail{
	margin-left: 20px;
	margin-right: 20px;
}
*/




/* table wrapped by form */
.frm th, .frm td{
	border: 1px solid #ECECEC;
	padding: 5px;
}
.frm th{
	vertical-align: top;
	white-space:normal;
}

.frm .bttn{
	text-align: center;
}

