h1, h2, h3, h4, h5
{
	color:#4F4F4F;
}


h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	text-shadow: 2px 2px 4px rgba(64, 64, 76, 0.5);
//	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h2
{
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px dashed #C4C4C3;
}

h4, h5 
{
	font-size:110%;
}

h6
{
        font-family:Verdana;
        font-weight:normal; 
        color:#404040;
}

p
{
	font-size: 18px;
	text-align: justify;
	text-align-last: left;
        color:#404040;
}
/*Main Table*/
.maintable
{
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	width: 100%; 
	height: calc(100vh - 60px);
	overflow-y: hidden;
//	height: 100%;
}
/*Head*/
.head
{
	top: 0; 
	left: 0; 
	right: 0; 
	height: 212px;
	width: 100%;
	font-size=24px;
	font-color: #ffffff;
	background-color: #80c0ef;"
	bacground-image: url("img/head/jpg");
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:5px;
	text-shadow: 2px 2px 4px rgba(64, 64, 76, 0.5);
	border-bottom:1px dashed #C4C4C3;
}
.logo
{
	width: 100px;
	float:left;
	margin: 42px 0px 0px 10px;
	padding: 10px;
}
/*Links*/
.menu
{
	height: 36px;
	width: 100%;
	font-size: 20px;
	font-color: #ffffff;
	background-color: #4caafe;"
	margin-bottom:3px;
	padding-left: 10px;
	padding-bottom:3px;
	padding-top:5px;
	text-shadow: 2px 2px 4px rgba(64, 64, 76, 0.5);
	text-align: center;
	border-bottom:1px dashed #C4C4C3;

}
a.ml:link   {  text-decoration: none; color: #ffffff; }
a.ml:visited { text-decoration: none; color:#ffffff; }
a:ml:active {  text-decoration: none; color: #ceceff; }
a.ml:hover  {  text-decoration: none; color:#1e1ec4; 
//background-color: #ceecff;
}

/*Information block*/
.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
}
.bodytext
{
	min-height: 350px;
}

.text_area
{
	padding:5px 5px 10px 10px;
	margin-top:16px;
	margin-left:10px;
	margin-right:10px;
}
.textdiv
{
	height: calc(100vh - 340px); 
	overflow-y: auto;
	vertical-align: baseline;
	padding:5px 5px 5px 5px;
}
/*Text area links*/
a.txt:link {text-decoration: none; color: #404040;}
a.txt:visited{text-decoration: none; color:#404040;}
a:txt:active {text-decoration: none; color: #404040;}
a.txt:hover{text-decoration: none; color:#CF1Cff; 

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(SBC-Files/images/infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}

/*Footer*/
.footer
{
	width:100%;
	height: 18px;
	vertical-align: baseline;
	padding-top:5px;
	margin-top:5px;
}
