/* CSS Document */

/** The full listings type **/

/* Style of enclosing dive passed through to contents **/
.listings, .listings p, .listings h2 {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-color: black;
}

.listings {
	margin: 10pt;
	padding: 9pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.listings .title a {
	color: blue;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}

.listings .description {
}

.listings .url a{
	color: green;
}

/* minilist - list of keyword links */
div.minilist {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	background: #ddffdd;
	border: solid 1px grey;
	margin: 8pt;
	padding: 8pt;
}

.minilist a {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

.minilist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.minilist li {
	background: #eeffdd;
	margin: 4pt 0;
}

/* miniHlist - list of keyword links */
div.miniHlist {
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	border: 0px solid #194584;
	margin: 8pt;
	padding: 8pt;
	text-align: center;
}

.miniHlist a {
	color: #194584;
	font-weight: normal;
	text-decoration: none;
}

.miniHlist span {
	list-style-type: none;
	margin: 4pt 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
