/* GLOBAL SETTINGS */
/* TEXT LAYOUT */
a:link, a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000181;
}

a:hover {
	color:#4546AF;
	text-decoration: underline;
}

h3, .componentheading, table.moduletable th {
  color: #135cae; 
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }


/* headers */
div.componentheading {
  padding-left: 0px;
}


h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	vertical-align: bottom;
	color: #000000;
	text-align: center;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
