/* CSS Document */

/** The full listings type **/

/* Style of enclosing dive passed through to contents **/
.listings, .listings p, .listings h2 {
	text-align: center;
  font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.listings {
  margin: 10pt;
	padding: 12pt;
	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;
	text-align: center; 
	width: 50%;
}

.listings .title a {
	color: blue;
	background-color: #8EBED4;
	font-size: 11pt;
}

.listings .description {
  text-align: center;
}

.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: 1px 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;
}
