html, body, table, tr, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg.jpg');
}

.nav_top {
	background: url('../images/nav_bg.jpg') repeat-x;
}

.menu {
	text-transform: uppercase;
}

.menu a {
	border-right: 1px solid #4b7ab5;
	border-left: 1px solid #285c9e;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}

.contentheading,
.componentheading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #16447f;
}

.moduletable {
	margin: 20px;
}

.moduletable_breadcrumb {
	color: #999;
	margin: 0px 0px 10px 0px;
}

.moduletable_breadcrumb a:link, .moduletable_breadcrumb a:visited {
	color: #999;
}

.moduletable h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #16447f;
	margin: 0px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

#footer, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
}

/* standard formatting */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

legend {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}

.hasTip img {
	border: none;
}

.highlight {
	font-weight: bold;
}