
body, td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.a4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
	.a4:hover { color: #000080; }

a { text-decoration: none; }

/* ------ FORM ----- */
.required { font-size: 16px;
	    font-weight: bold;
            color: #cc0000; }

.input { text-align: right;
	   padding-right: 5px;
	   font-weight: bold; }

#container {
	width: 710px;
	margin-left: auto ;
  	margin-right: auto ;
}

#admintools {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px dotted maroon;
	padding: 5px;
}

#content {
	min-height:300px;
  	height:auto !important;

}

#home_header {
	text-align: center;
}
.form { text-align: left; }
.form div.line { clear:both; margin-bottom:5px; }
.form label { padding-top:3px; float: left; width: 110px; font-size: 12px; }
#footer {
	font-variant: small-caps;
	font-size: 10px;
	color: silver;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#footer a:link, #footer a:visited { color: silver; text-decoration: none; }
#footer a:hover, #footer a:active { color: red; text-decoration: underline; }

/*-------------Menu------------*/
.overText{
    position: relative;
    top: -106px;
    color: #fff;
    overflow: hidden;
}
.outText{
    position: relative;
}
/*-----------End Menu----------*/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
