﻿BODY	{
	margin: 0px; padding: 0px; background-repeat: repeat-y;
}

H1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold;
	font-size: 14pt;
	margin: 0 0 6pt 0;
}

H2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold; 
	font-style:normal; 
	font-variant:normal; 
	margin-bottom:6pt;
	font-size: 14pt;	
}

H3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold;
	font-style:normal; 
	font-variant:normal; 
	margin-bottom:6pt;
	font-size: 12pt;		
}

H4	{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	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	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.scheme {
	color: #036;
}

.PhotoCaption      { 
	margin-bottom: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #036;
}

.xtra3pts      { 
	margin-bottom: 3pt
}

.readmore {
	float: left; 
	margin: 0 0 .5em 0;
}

.highlight,
.highlight A:link,
.highlight A:visited
{
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: none;
}

.footer {
	font : 9px/11px Arial, Helvetica, sans-serif;
	color: #666;
	background : #fff;
}

.footTableLink {
    margin: 0;
    padding: 0;
    border: 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
}

:link.footTableLink {
	text-decoration: none;
}

:visited.footTableLink {
	text-decoration: none;
}

:hover.footTableLink {
	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_reso/reso_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;
	}

.hang15 {
		margin: 1em 1.5em 0 1.5em;
		text-indent: -1.5em;
	}


.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: #369;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #000;
	background: #ffc;
	/* background: #9cf; blue color */
}

/* Horizontal Rule */
HR	{
	height: 1px;
	color:#cc9;
	}
	
.groove	/* for `input` edit boxes */
{
	border-style: Groove;
	font-family: "Courier New", serif;
	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');
}
