html {
  height: 100%;
  margin-bottom: 0px;
  margin-left: 0px
}

img {
	border: none;
}

body, .componentheading, table, legend  {
	font-family: Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #330033;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: none;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #155867;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

h1 {
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: 660000;
	text-align: left;
	font-weight: bold;
}

h4 {
	font-family: Verdana, sans-serif;
	color: #000099;
}

h3 {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #660033;
	padding: 1;
}
/* small text */
.small {
	font-size: 10px;
	color: #155867;
	font-weight: normal;
	text-align: left;
}
table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #1c7083;
}

table.contentpaneopen {
	margin: 0 4px;
	border-collapse: collapse;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Verdana, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}
