/******************* general *******************/
:root {
  --main-color: #85A3BB;
  --main-bgcolor: #ffffff;
}

body {
	margin: 0px;
	background: #FFFFFF
}

#lab {
	margin: 0px;
	background: #dddddd	
}

a {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}
a:link, a:visited {
	color: #666666
}
a:hover {
	color: #888888
}
a:active {
	color: #333333
}

div.hr {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
/******************* header and breadcrumb *******************/
#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	opacity: 0.97;
	top: 0px;
}

#content {
	margin-top: 90px;
	z-index: 1;
}


#titleText {
	font-family: Arial;
	font-size: 32pt;
	font-weight: bold;
	color: var(--main-color);
}

#menuText {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #eeeeee;
}

#menuText a:hover {
	color: #ffffff;
}

#menuText a:active {
	color: #dddddd;
}

.headerBG{
	background-color: var(--main-bgcolor);
	background-repeat:repeat-x;
}
.menuBG{
	background-color: var(--main-color);
	background-repeat:repeat-x;
}


/******************* content *******************/
.contentHeader {
	font-family: Arial;
	font-size: 24pt;
	color: #666666;
}
.contentMain {
	font-family: Arial;
	font-size: 12pt;
	color: #555555;
}

/******************* footer *******************/
#footerText {
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
}

#footerText a:hover {
	color: #777777;
}

#footerText a:active {
	color: #444444;
}

