
BODY	{
	font-family: sans-serif, Verdana, Helvetica;
	background: url("/web_images/blue_skewed.gif");
	color: white;
}




DIV#menu	{
	position: absolute;
	left: 10px;
	width: 130px;
	top: 52px;
}

#menu A {
	color: white;
	font-weight: 500;
}

#menu UL {
	color: white;
}

DIV#shadow	{
	white-space: nowrap;
	position: absolute;
	font-size: 16pt;
	left: 150px;
	right: 10px;
	top: 15px;
	padding: 5px;
	color: black;
	opacity: 10%;
}

DIV#title	{
	white-space: nowrap;
	position: absolute;
	font-size: 16pt;
	left: 148px;
	right: 12px;
	top: 13px;
	padding: 5px;
}

DIV#main	{
	background-color: white;
	color: #101010;
	border: thin inset gray;
	position: absolute;
	left: 150px;
	right: 10px;
	top: 60px;
	padding: 5px;
}

DIV#copyright	{
	font-size: 8pt;
	position: fixed;
	bottom: 0px;
	width: 180px;
}

DIV.section	{
	border: 1px solid lightgray;
	padding-left: 1em;
	margin-bottom: 1em;
}

.icon	{
	float: left;
	border: thin solid gray;
	padding: 0px;
	margin: 2px;
	text-align: center;
	height: 125px;
}

.icontitle	{
	background-color: lightgray;
	vertical-align: bottom;
	height: 10px;
	font-size: 10pt;
	white-space: nowrap;
}

A	{
	color: black;
	text-decoration: none;
	font-size: 11pt;
}

A.definition {
	background-color: #FFFFD0;
}

A:hover	{
	text-decoration: underline;
}

#main A:hover	{
        background-color: #EED0D0;
}

// Fix for broken CSS in Internet Explorer
DIV#menu A {
	color: white;
	font-size: 12pt;
}

DIV#menu UL LI {
	margin-left: -30px;
}

H3	{
	display: run-in;
}

IMG	{
	border: none;
}

TABLE.experimental	{
	border: thin solid gray;
	width: 100%;
}

TH	{
	text-align: left;
	background-color: lightgray;
}

TR	{
	vertical-align: baseline;
}

TR.thumbnails {
	height: 110px;
	max-height: 110px;
}

TD.thumbnails {
	text-align: center;
	vertical-align: middle;
	width: 110px;
	min-width: 110px;
}

TABLE.experimental TR {
	padding: 0px;
	spacing: 0px;
}

TABLE.experimental TR TD, TH {
	font-size: 11pt;
	padding: 0px 3px;
	margin: 0px;	
}

TABLE.experimental TR.odd:hover, TR.even:hover TD {
        background-color: #EED0D0;
}

TT	{
	white-space: pre;
	border: thin solid gray;
	background-color: #F0F0F0;
}

PRE	{
	border: inset gray;
	padding: 5px;
	color: #00FF00;
	background-color: black;
}

.odd	{
	background-color: white;
}

.even	{
	background-color: #F8F8F8;
}

.code	{
	font-family: monospace, courier;
	font-size: 10pt;
	white-space: pre;
	border: thin solid gray;
	background-color: #F0F0F0;
}

.inline {
	border: none;
	background-color: #FFFFBF;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.experimental A {
	font-size: 11pt;
}

.amount	{
	text-align: right;
}

TR.total TD {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: 600;
}


