body, td {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

h1 {
	color: #333333;
	font-size: 14pt;
}

h2 {
	color: #ff0000;
	font-size: 10pt;
}

h3 {
	color: #666666;
	font-size: 10pt;
}

table.maincolumns {
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

td.column1, td.column2 {
	vertical-align: top;
	padding: 5px;
}

td.column1 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}

td.column2 {
	width: 100%;
	border: 1px solid #CCCCCC;
}

td.spacer {
	width: 20px;
	border-bottom: 1px solid #CCCCCC;
}

hr {
	background-color: #CCCCCC;
	color: #999999;
	height: 1px;
	border: 0px;
}

div#copyright {
	font-size: 8pt;
	vertical-align: center;
	margin-top: 10px;
}

div.heading {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}

select {
	font-family: Arial, Helvetica;
}

span.termtitle {
	font-weight: bold;
}

table.termproperties {
	width: 80%;
	padding: 3px;
	border-collapse: collapse;
}

table.termproperties td {
	width: 50%;
	vertical-align: top;
}

.highlight {
	background-color: #FFE0B0;
	border-right: 2px solid #CCCCCC;
	padding-right: 5px;
}

td.column1 p {
	margin-bottom: 0px;
}

/* search styles */

div.section { 
	display: none; 
}

table#previoussearches {
	border: 1px solid black;
	border-collapse: collapse;
}

table#previoussearches td {
	border: 1px solid gray;
	padding: 3px;
}

div.section a {
	font-weight: bold;
}
