BODY, P, INPUT, TD {
	font-family: verdana,arial,helvetica,sans-serif;
}

BODY {
	background-color: #BBBBCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.85em;
}

.mainTable {
	width: 85%;
	border: 3px double #888888;
	background-color: #FFFFFF;
	text-align: left;
}

.mainTable tr.header {
	background-color: #184999;
	color: #FFFFFF;
	border-bottom: 2px dashed #000000;
}

.mainTable tr.header td {
	padding: 5px;
	vertical-align: top;
}

.mainTable tr.header a {
	color: #FFFFFF;
}

.blockItem td {
	padding: 8px;
	vertical-align: top;
	line-height: 1.4;
}

.blockItem td.colhead {
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
	border-right: 1px solid #000000;
	color: #184999;
	text-align: right;
}

.blockItem ul {
	margin: 0px;
	margin-left : 25px;
	padding: 0px;
	padding-bottom: 0.5em;
}

.blockItem li {
}

.blockList {
	margin-left: 30px;
	font-size: 80%;
	list-style-type: square;
}

.blockListEnd {
	margin-left: 30px;
	font-size: 80%;
	list-style-type: square;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5 {
	display: inline;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #184999;
}

#entry {
	width: 65%;
	border: 1px solid #888888;
	background-color: #FFFFFF;
	padding: 8px;
	font-size: 1em;
	color: #333;
	line-height: 1.4;
	padding-bottom: 30px;
}

#entry h1 {
	color: #184999;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.075em;
	width: auto;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 0.9;
	margin-top: 0.1em;
}

#entryTechnology {
	width: 65%;
	border: 3px double #666;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 1.4em;
	color: #C93;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	letter-spacing: 0.1em;
}

#entryGeology {
	width: 65%;
	border: 3px double #666;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 1.4em;
	color: #393;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	letter-spacing: 0.1em;
}

#entryTechnology:hover {
	background-color: #184999;
	color: #FFF;
}

#entryGeology:hover {
	background-color: #184999;
	color: #FFF;
}

.black {
	color: #000;
}

.nowrap {
	white-space: nowrap;
}

.footer {
	color: #999999;
	font-size: 80%;
	vertical-align: top;
}