body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y:scroll;
}



body, table {
	font-family: Arial;	
}














td.clsTopLogo {
	width:220px;
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	cursor:pointer;
}

div.clsTopMenu {
	position:absolute;
	top:0px;
	width:100%;
	height:524px;
	background:url(../images/bk1.png) 50% 0 no-repeat;
}

table.clsTopMenu {
	width: 990px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;	
}












div.clsBottomMenu {
	width:100%;
	height:70px;
	font-size:12px;
	background-color:#EFEFEF;
	border-top:1px solid #DFDFCF;
}

table.clsBottomMenu {
	COLOR: #7F7F7F;
	font-size:12px;
}

A.clsBottomMenu {
    COLOR: #7F7F7F;
    TEXT-DECORATION: none;
}

A.clsBottomMenu:link {
    COLOR: #7F7F7F;
    TEXT-DECORATION: none;
}

A.clsBottomMenu:active {
    COLOR: #7F7F7F;
    TEXT-DECORATION: none;
}

A.clsBottomMenu:visited {
    COLOR: #7F7F7F;
    TEXT-DECORATION: none;
}

A.clsBottomMenu:hover {
    COLOR: #F60;
    TEXT-DECORATION: none;
}














div.clsPageTitle {
	margin-left:30px;
	margin-top:15px;
	margin-bottom:18px;	
}

td.clsPageTitle {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}














td.clsPage {
	background-color:#EFEFEF;
	color:#292929;
	font-size:14px;
}














div.clsLargeButton {
	background-color:#667;
	color:#FFF;
	padding:10px;
	width:150px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}









img.clsSectionImage {
	border:1px solid #7F7F7F;
}















.clsReadMore {
	font-size: 16px;
	line-height: 1.2307em;
	color: #FFFFFF;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 16px 0 0px 0;
	display: inline-block;
	padding: 4px 7px 5px 10px;
	text-decoration: none;
	word-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}








.clsInputText {
	border: 1px solid #999;
	font-size: 20px;
	height: 30px;
	width: 220px;
}



.clsInputButton {
	border: 0px;
	background-color:#667;
	color:#FFF;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
.clsInputButton:hover {background-color: #556;}









.clsDefaultButton {
	box-shadow: 1px 1px 3px #888888;
	background-color: #FFF;
	color: #D60000;
	font-size: 11px;
	padding: 7px;
	font-family: Arial;
	cursor: pointer;
}
.clsDefaultButton:hover {
	background-color: #4CAF50;
	color: #FFF;
}













#divData {
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #C1C1D1;	
}


/* Width */
#divData::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
#divData::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
#divData::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#divData::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(40,40,40,0.4); 
}






























.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 14px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  color: white;
}

.dropdown-content a:hover {
  background-color: red;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}














#topButton {
	background-color: #FF0000;
	color: #FFF;;
	font-size: 12px;
	padding: 7px;
	font-family: Arial;
	cursor: pointer;
	border: none;
    outline: none;
	
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
}
#topButton:hover {
	background-color: #4CAF50;
}


















