
a:link {color: #000066; text-decoration: none}
a:visited {color: #000066; text-decoration: none}
a:hover {color: #0066cc; text-decoration: none}

a.menu:hover	{ color:#000000; text-decoration:none; }
a.menu:link	{ color:#000000; text-decoration:none; }
a.menu:visited	{ color:#000000; text-decoration:none; }
a.menu:active	{ color:#000000; text-decoration:none; }



ul.maketree, ul.maketree ul, ul.maketree li, li.last, ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.maketree ul { padding-left: 0.3px; }

ul.maketree li {
/*border-left: 1px dotted #000;*/
  	padding-left: 13px;
/*  background: url(images/dotted.gif) scroll no-repeat 1px 0.8em;
  */
	background-image: url(images/dotted.gif);
	background-repeat: no-repeat;
}
/*
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  color: green;
  background: url(images/dottedangle.gif) scroll no-repeat left top;
}*/

ul.collapsed {
  display: none;
}

ul.normal {
  display:active;
}

h1 {
  	color: #000066; 
  	font-size: 24px; 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #000066;
	font-size:14px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table
{
	border-color:#CCC;
	border-style:groove;
}

.scrolling {
	height: 500px;
	overflow-x:auto;
	overflow-y: auto;
	/*border-top:inset;
	border-left-style:inset;
	border-bottom:outset;*/
}

.makebold {
	font-weight:bold;
}

.title {
  font-size: 36px;
  color: #000066; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normaltext {
  color: #000066;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu {
  /*background-image:url(images/normalbutton.png);*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  /*color: #0061a4;*/
}
.menufont {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color: #0061a4;
}

.shadecolor {
	background-color:#dde5ee;
	/*background-color:#dad9ff;*/
}

.contrastcolor {
	background-color:#ffffff;
}

.topmargin {
	margin-top:15px;
}

.leftmargin {
	margin-left: 15px;
}
.floating {
	float:right;
}
	