.Header2 {
	background-color: #DCDDE2;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.Higlight_Red {
	color: #F00;
	background-color: #CCC;
}
.Highlight_Yellow {
	background-color: #FFC;
}
.Highlight_Green {
	background-color: #CFC;
}
.GreyHighlight_RedText {
	color: #F00;
	background-color: #CCC;
}

.CodeText {
	color: #FFF;
	font-size: 18px;
	background-color: #000;
}

.CodeTextSMALL {
	color: #FFF;
	font-size: 12px;
	background-color: #000;
}

.sectionStyle{background-color: #dFdBff; padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px; margin-top:0;margin-bottom:0;font-size:23px;color:inherit}

.Class_Banner2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5740B6;
	background-color: #FFF;
	text-align: left;
	text-indent: 10px;
}
.Header2 {
	background-color: #DCDDE2;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.Highlight_Grey {
	background-color: #CCC;
}
.Higlight_Red {
	color: #F00;
	background-color: #CCC;
}
.Navigation_Main {
	color: #FFF;
	background-color: #5740B6;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 16.667%;
	font-size: 24px;
	font-style: normal;
	
}
.Navigation_Main.a:link {color:#FFF; text-decoration:none}
.Navigation_Main.a:link {color:#FFF; text-decoration:none}
.Navigation_Main.a:hover {color:#FC6; text-decoration:none}
.Navigation_Main.a:visited {color:#FFF; text-decoration:none}
.Navigation_Main.a:active {color:#FC6; text-decoration:none}
	
.Block_Main_Contet_Indent {
	margin: 10px;
}
.OrangeBlock {
	background-color: #FC6;
}
.entrance_page_left {
	margin: 4px;
	clear: both;
	float: left;
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.entrance_page_right {
	margin: 4px;
	clear: none;
	float: right;
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.entrance_float {
    margin: 4px;
    clear: none;
    float: none;
    width: 40%;
    text-align: left;
    vertical-align: top;
    position: absolute;
    left: 458px;
    top: 307px;
}
.leftNavigation {
	float: left;
	width: 100px;
	clear: both;
}
.Highlight_Blue {
	background-color: #3FF;
}
.white_text {
	color: #FFF;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: purple;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
