﻿BODY	{
	margin: 0px; padding: 0px; background-repeat: repeat-y;
}

H1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #699;
	font-weight: bold;
	font-size: 16pt;
}

H2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #699;
	font-weight: bold;
	font-size: 14pt;	
}

H3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
	font-weight: bold;
	font-size: 12pt;		
}

H4	{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
	font-weight: bold;
	font-size: 11pt;	
}

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;
}

.overline {
	border-top: 1px #cc9 solid;
}

.scheme {
	color: #699;
}

.PhotoCaption      { 
	margin-bottom: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #036;
}

.PhotoRightColumn {
	margin: 5 10 5 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #699; 
	text-align: center;
}

.xtra3pts      { 
	margin-bottom: 3pt
}

.highlight {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #699;
}

.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;
}

UL	{
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:11pt; 
	font-family:Arial, Helvetica, sans-serif; 
	list-style-image:url('art_abot/abot_bullet.gif'); 
	list-style-position:outside;
}
DD	{
	font: 11pt Arial, Helvetica, sans-serif;
}

LI	{
	font: 11pt Arial, Helvetica, sans-serif;
}

.moveup
{
	margin-top: -12pt;
}

.tight
{
	margin: 0pt;
}

.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: #699;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #000;
	background: #9cc;
}

/* Horizontal Rule */
HR	{
	height: 1px;
	color:#cc9;
}

.editbox	/* for edit boxes */
{
	border-style: Groove;
	font-family: Courier New;
	font-size: smaller;
	font-weight: bold;
}

.max1000	/* constrain table width to 1000 pixels */
{
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto" );
}

.ularrowlist {
	list-style-image: url('/art_nav/r_arrow.gif');
}
