@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
	color: #333333;
	font-size: medium;
	letter-spacing: 1px;
	background-color: #C2C2C2;
}
a:link {
	color: #008088;
	text-decoration: none;
}
a:visited {
	color: #008088;
	text-decoration: none;
}
a:hover {
	color: #092B75;
	text-decoration: none;
}
a:active {
	color: #092B75;
	text-decoration: none;
}
.navbox {
	line-height: 150%;
	font-variant: small-caps;
	font-family: "News Gothic Std", Arial, Geneva, sans-serif;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099A2;
}
.rightmargin {
	margin-right: 10px;
}
.titlebox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099A2;
	font-size: larger;
	color: #26376E;
}
.descriptions {
	font-size: smaller;
}
.logoname {
	color: #092B75;
	font-size: xx-large;
}
.smalltext {
	font-size: x-small;
}
#dhtmlgoodies_menu {
	width: 90px;
}
#dhtmlgoodies_menu li {
	list-style-type: none;
	margin: 0px;
}
#dhtmlgoodies_menu ul {
	margin: 0px;
	padding: 0px;
}
#dhtmlgoodies_menu ul li ul {
	padding-left: 10px;
}
#dhtmlgoodies_menu  li a {
	display: block;
}
.dhtmlgoodies_subMenu {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	font-family: "News Gothic Std", Arial, Geneva, sans-serif;
	font-variant: small-caps;
}
.dhtmlgoodies_subMenu ul {
	margin: 0px;
	padding: 0px;
}
.dhtmlgoodies_subMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.dhtmlgoodies_subMenu ul li a {
	display:block;
}
	
