﻿/* @import url("url");  use to import a base style, but doesn't work for Netscape 4 */

BODY	{
	margin: 0px; padding: 0px; background-repeat: repeat-y;
}

H1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-weight: bold;
}

H2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-weight: bold;
}

H3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-weight: bold;
}

H4	{
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-weight: bold;
}

H5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #369;
	font-weight: bold;
	margin-bottom: 6pt;
}

P,DIV	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

TD	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.scheme {
	color: #f66;
}

.question {
	font : 10pt Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold;
	font-style: italic;
}

.questionn {
	font : 10pt Arial, Helvetica, sans-serif;
	color: #036;
	/*font-weight: bold;*/
	font-style: normal;
}

.smaller {
	font-size : smaller; 
}

.PhotoCaption      { 
	margin-bottom: 6pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #036;
	text-align: center;
}

.xtra3pts      { 
	margin-bottom: 3pt
}

.xtra6pts      { 
	margin-bottom: 6pt
}

.highlight {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #f66;
}

.footer {
	font : 9px/11px Arial, Helvetica, sans-serif;
	color: #666;
	background : #fff;
}

.footTableLink {
	font: 11px/16px Arial, Helvetica, sans-serif;
}

.footTableLink:link {
	text-decoration: none;
}

.footTableLink:visited {
	text-decoration: none;
}

.footTableLink:hover {
	text-decoration: none;
	color: #000;
	background: #ffc;
}

BLOCKQUOTE	{
	font: 11pt Arial, Helvetica, sans-serif;
}

DL	{
	font: 11pt Arial, Helvetica, sans-serif;
}

DD	{
	font: 11pt Arial, Helvetica, sans-serif;
}

UL	{
	font-style:normal; font-variant:normal; font-weight:normal; font-size:11pt; font-family:Arial, Helvetica, sans-serif; list-style-image:url('art_comm/comm_bullet.gif'); list-style-position:outside
}

LI	{
	font: 11pt Arial, Helvetica, sans-serif;
}

.hang3 {
		margin: 1em 1em 0 3em;
		text-indent: -3em;
	}
	
.hang2 {
		margin: 1em 1em 0 2em;
		text-indent: -2em;
	}

.hang1 {
		margin: 1em 1em 0 1em;
		text-indent: -1em;
	}

.noColor:link {
	text-decoration: none;
}

.noColor:visited {
	text-decoration: none;
}

.noColor:hover {
	text-decoration: none;
	background: #f66;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #000;
	background: #fcc;
}

/* Horizontal Rule */
HR	{
	height: 1px;
	color:#cc9;
	}
	
.overline {
	borders: 0px;
	border-top: 1px solid #cc9;
	margin-top: 1.5em; margin-bottom: .5em;
	}
	
.max1000	/* constrain table width to 1000 pixels */
{
	max-width: 1000px; 
	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto" );
}
