/*-----------------------------------------------------------------------------------
 TEXT  STYLES
-----------------------------------------------------------------------------------*/

body 
{ background-color: #FFFFFF; font-family: Verdana, Tahoma; font-size: 9pt; }

p 
{ font-family: Verdana, Tahoma; font-size: 9pt; color: #000033 }


/*-----------------------------------------------------------------------------------
 HEADING STYLES
-----------------------------------------------------------------------------------*/

/* Title heading styles h1 & h2 - for use on a white background */

h1
{  font-family: Verdana, Tahoma; font-size: 12pt; line-height: normal; color: #3366FF; font-weight: bold }

h2
{  font-family: Verdana, Tahoma; font-size: 10pt; line-height: normal; color: #000099; font-weight: bold }


/* Title heading style h3 - for use on a blue background */

h3 
{  font-family: Verdana, Tahoma; font-size: 10pt; line-height: normal; color: #FFFFFF; font-weight: bold }


/*-----------------------------------------------------------------------------------
 HYPERLINK STYLES
-----------------------------------------------------------------------------------*/

/* linktp1a - for use on a white background */

A.linktp1a:link
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: normal; color:#0033CC }

A.linktp1a:visited
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: normal; color:#0033CC }

A.linktp1a:active
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: normal; color:#0066FF }

A.linktp1a:hover
{ text-decoration: underline; color:#0066FF }


/* linktp1b - for use on a blue background */

A.linktp1b:link
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color:#FFFFFF }

A.linktp1b:visited
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color:#FFFFFF}

A.linktp1b:active
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color:#FFFFFF }

A.linktp1b:hover
{ text-decoration: underline;  color:#CCCCCC }


/* linktp1foot - for use on a white background */

A.linktp1foot:link
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 8pt; font-weight: normal; color:#0033CC }

A.linktp1foot:visited
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 8pt; font-weight: normal; color:#0033CC }

A.linktp1foot:active
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 8pt; font-weight: normal; color:#0066FF }

A.linktp1foot:hover
{ text-decoration: underline; color:#0066FF }


/*-----------------------------------------------------------------------------------
 ADDITIONAL FORMATING STYLES
-----------------------------------------------------------------------------------*/

td
{ padding: 0px }

/* Cell Padding */

td.paddingtp1 
{ padding: 5px }

/* Form Format */

select 
{  font-family: Verdana, Tahoma; font-size: 7pt; color: #000033; margin-bottom: 0px; margin-top: 0px; padding:0; border:0; margin:0}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000099;
}
