﻿/* styles for html elements */

/* heading styles */

H1	{
	padding: 6px 0px 6px 0px;
        	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-color: black;
	background: #6699FF;
	filter:DropShadow(Color=#FFFFFF, OffX=2, OffY=2, Positive=1);
}

H2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: black;
	margin-bottom: 0pt;
	background: #1E6BA6;
	filter:DropShadow(Color=#FFFFFF, OffX=2, OffY=2, Positive=1);
}

H3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: black;
	margin-bottom: 0pt;
}

H4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: black;
	margin-bottom: 0pt;
}


/* link styles */
A 	{
	color:#FFFFFF;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 10pt;

}


A:hover   { FONT-STYLE: italic; COLOR: #FAD222}

A:visited 	{ 
	color:#F1F1F1;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;	
	}

A:hover   { FONT-STYLE: italic; COLOR: #FAD222}

/* table styles */
TABLE
	{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #003333;
	margin-top:0pt;
	}

/* list styles */
UL
	{
	font-family: Arial, Helvetica, sans-serif;
	font-color: black;
	font-size: 10pt;
	line-height: 10pt;
}

LI 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	margin-left: 0.5em;
}

/* paragraph styles */
P
	{
	font-family: Arial, Helvetica, sans-serif;
	font-color: black;
	font-size: 10pt;
}

/* horizontal rule styles */
HR 	{
	color:  #1E6BA6;
	font-family: Arial, Helvetica, sans-serif;
}

SPAN {
     	  font-family: Arial, Helvetica, sans-serif;
	  color:#003333;
	  text-decoration: none;
	  font-size: 10pt;
           }
BODY
{ 
scrollbar-base-color: #8FBAE8; 
scrollbar-arrow-color: #FFFFFF;
scrollbar-DarkShadow-Color: #145FA3; 
}