@charset "utf-8";
body {
	background-color: #E7F5FE;
}
.NavBar {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #A9CCD5;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.NavBarLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #A9CCD5;
	left: auto;
	font-weight: bold;
}

.footertext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:link {
	color: #009;
}
a:visited {
	color: #000;
}
a:hover {
	color: #00F;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}
ul {
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(images/red_dot.gif);
	list-style-type: circle;
}
.menu {
  border: solid 1px #BFBFBF;
  padding:5px 5px 5px 5px;
  background-color:#A9CCD5;
}

.menuItem {
  padding:3px 3px 3px 3px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#FF0000;
}

.menuItem a {
  color:#000000;
  text-decoration:none;
}

#demo {
  background-color:#A9CCD5;
  cursor:pointer;
  padding:3px 3px 3px 3px;
  margin: 0px 0;
  width: 575px;
}

#demo span {
	padding:3px 10px 3px 10px;
	cursor:pointer;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#demo span:hover {
  text-decoration:underline;
}
.tutorial_header {
	font-size: 18px;
	font-weight: bold;
}