body{
	font-family: Arial;
	font-size:10pt;
	margin:20px;
}

div.heading{
	font-size:18pt;
}

dt, div.subheading{
	font-weight:bold;
	margin-bottom:10px;
}

div.subheadingbar{
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

a.normal{
	text-decoration:none;
	color:#000000;
}

a.normal:hover{
	text-decoration:none;
	color:#000000;
}

div.header{
	background-color:#B0C4DE;
	border:1px solid #000000;
	padding:5px;
	font-size:24pt;
}

div.menucontainer{
  width:20%;
	margin-top:20px;
	margin-left:20px;
  border:1px solid #000000;
  border-bottom:0;
  float:right;
}

div.menu{
  border-bottom:1px solid #000000;
  background-color:#B0C4DE;
  cursor:pointer;
	padding:3px;
}

div.menu:hover{
  background-color:#E6E6FA;
}

div.contentSection{
  padding-top:20px;
}

div.footerSection{
	clear:both;
  font-size:8pt;
  margin-top:20px;
	border-top:1px solid #000000;
}

a:hover{
  text-decoration:underline;
}

a{
  color:#483D8B;
  text-decoration:underline;
}

span.email{
	color:#483D8B;
	text-decoration:underline;
	cursor:pointer;
}

.jslink:hover{
  text-decoration:underline;
	cursor:pointer;
}

.jslink{
  color:#483D8B;
  text-decoration:none;
}

dd{
	margin-bottom:15px;
}

img{
  border:0;
}

img.left{
  float:left;
  padding:20px;
  padding-left:0;
}

img.right{
  float:right;
  padding:20px;
  padding-right:0;
}

img.divider{
  width:100%;
  height:1px;
}

table{
	background-color:#E6E6FA;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	width:70%;
}

th{
	background-color:#B0C4DE;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

td{
	background-color:#E6E6FA;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}
