
body {
	background: #bcb098;
	color: #000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior:url("/csshover.htc");
}

H1 { 
	text-align: center;
	font: 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H2 { 
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H3 { 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

IMG { 
	border-color: #776c60;
	behavior: url("/pngbehavior.htc");
}

A:link { color: #776c60; }
A:visited { color: #776c60; }
A:active { color: #776c60; }

A.hoverLine:link { text-decoration : none; }
A.hoverLine:visited { text-decoration : none; }
A.hoverLine:active { text-decoration : none; }
A.hoverLine:hover { text-decoration : underline; }

A.titleBarButton {
	float: right; 
	text-decoration: none; 
	border: 1px outset;
	color: #000000; 
	padding-top: 0px; 
	padding-bottom: 1px; 
	padding-left: 3px; 
	padding-right: 3px; 
	margin-left: 2px; 
	margin-right: 0px; 
	background-color: #DDDDDD;
}
A.titleBarButton:link { color: #000000; }
A.titleBarButton:visited { color: #000000; }
A.titleBarButton:active { border: 1px inset; }

A.button {
	text-decoration: none; 
	border: 1px outset;
	color: #000000; 
	padding-top: 0px; 
	padding-bottom: 1px; 
	padding-left: 3px; 
	padding-right: 3px; 
	margin-left: 2px; 
	margin-right: 2px; 
	background-color: #DDDDDD;
}
A.button:link { color: #000000; }
A.button:visited { color: #000000; }
A.button:active { border: 1px inset; }

A.whiteButton {
	text-decoration: none; 
	border: 1px outset;
	color: #000000; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
	margin-left: 2px; 
	margin-right: 2px; 
	background-color: #FFFFFF;
}
A.whiteButton:link { color: #000000; }
A.whiteButton:visited { color: #000000; }
A.whiteButton:active { border: 1px inset; }

.code {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
}

TABLE {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P.quoteBox {
	background-color: White;
	border: 1px solid #776c60; 
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1px;
	margin-bottom: 14px;
}
TABLE.quoteBox {
	background-color: White;
	border: 1px solid #776c60; 
}
DIV.quoteBox {
	background-color: White;
	border: 1px solid #776c60; 
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1px;
	margin-bottom: 14px;
}
DIV.quoteSignature {
	margin-right: 5%;
}

A.articleFigure {
	text-align: center;
	display: block;
	font-style: italic;
	padding: 8px;
}

IMG.articleFigure {
	border: 1px solid #776c60; 
}

CODE {
	color: #776c60;
}

LABEL {
	color: #776c60;
}

PRE {
	padding-left: 24pt;
}

TABLE.rowHighlight {
	border-spacing: 0px;
}
TABLE.rowHighlight TR {
	background-color: white;
}
TABLE.rowHighlight TR:hover {
	background-color: #F5F5F5;
}
TABLE.rowHighlight TD {
	padding: 2px;
}

.floatingNavBox {
	float: right;
	background-color: White;
	border: 1px solid #776c60; 
}
.floatingNavBox H1 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
.floatingNavBox TD {
	padding: 5px;
}
.floatingNavBox TD:hover {
	background-color: #F5F5F5;
}
SPAN.previewBox {
	display: none; 
	position: absolute;  /* uncomment for the preview to hover */
	background-color: White; 
	padding: 2px; 
	border: 1px solid Black;
}

