﻿BODY	{
	padding: 0px;
}

H1	{
	font-family: "Georgia", serif;
	color: #008;
	font-size: 125%;
	font-weight: bold;
	border-top: 1px solid #800; 
	margin-top: 18pt;	
}

H2	{
	font-family: "Georgia", serif;
	color: #008;
	font-size: 100%;
	font-weight: bold;
	border-top: 1px solid #008; 	
	margin-top: 18pt;	
}

H3	{
	font-family: "Times New Roman", serif;
	color: #008;
	/* font-weight: bold;*/
}

H4	{
	font-family: "Times New Roman", serif;
	color: #008;
	font-weight: bold;
}

H5	{
	font-family: "Times New Roman", serif;
	font-size: 100%;
	color: #369;
	font-weight: bold;
}

.overline {
	 border-top: 1px solid #008;
}

P	{
	font-family: "Georgia", serif;
	font-size: 11pt;
}

TD	{
	font-family: "Georgia", serif;
	font-size: 11pt;
}

.scheme {
	color: #800;
}

.PhotoCaption      { 
	margin-bottom: 3pt;
	font-family: "Georgia", serif;
	font-size: 8pt;
	color: #800;
}

.xtra3pts      { 
	margin-bottom: 3pt
}

.highlight {
	font: 11px/13px Georgia, "Times New Roman", serif;
	color: #800;
}

.footer {
	font : 9px/11px Georgia, "Times New Roman", serif;
	color: #666;
	background : #fff;
}

.footTableLink {
	font: 11px/16px Georgia, "Times New Roman", serif;
}

.footTableLink:link {
	text-decoration: none;
}

.footTableLink:visited {
	text-decoration: none;
}

.footTableLink:hover {
	text-decoration: none;
	color: #000;
	background: #ffc;
}

BLOCKQUOTE	{
	font: 11pt Georgia, "Times New Roman", serif;
}

DL	{
	font: 11pt Georgia, "Times New Roman", serif;
}

DD	{
	font: 11pt Georgia, "Times New Roman", serif;
}

UL	{
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:11pt;
	font-family:Georgia, "Times New Roman", serif; 
/*	list-style-image:url('art_reso/reso_bullet.gif'); */
	list-style-position:outside
}

LI	{
	font: 11pt Georgia, "Times New Roman", serif;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

.small {
	font-weight: 100; 
	font-size: 8pt; 
	font-family:Georgia, "Times New Roman", serif; 
	margin-top: 3pt; 
	margin-bottom: 3pt;
	}
	
.smallright {
	margin-top: 6pt; text-align: right; font-style: italic; font-size: 75%; color: maroon;
	}

LI.dbl {	
	margin-bottom: 6pt;
}

.noColor:link {
	text-decoration: none;
}

.noColor:visited {
	text-decoration: none;
}

.noColor:hover {
	text-decoration: none;
	background: #c63;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #000;
	background: #ffc;
	/* background: #9cf; blue color */
}

.smallrightdiv {
	font-size: 8pt; 
	font-style: italic; 
	color: maroon; 
	text-align: right;
	border-bottom: 1px solid #000040;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

/* Horizontal Rule */
HR	{
	height: 1px;
	color:#cc9;
	}