/*
 *  page.css: CSS rules for this web site.
 */
body	       {font-size: 8pt;
	 	font-family: Arial;
	 	font-weight: normal;
	 	color: navy;
	 	background-color: #FFFFF0;}

a	       {font-family: Verdana,Arial; font-size: 10pt; font-weight: bold;
		text-decoration:none; color: #006633;}

a:link	       {font-family: Verdana,Arial; font-size: 10pt; font-weight: bold;
		color: blue;}

a:visited      {font-family: Verdana,Arial; font-size: 10pt; font-weight: bold;
		color: #333333;}

a:active       {font-family: Verdana,Arial; font-size: 10pt; font-weight: bold;
		color: #990000;}

a:hover	       {font-family: Verdana,Arial; font-size: 10pt; font-weight: bold;
		color: #ff6600;}

/* Std link colors
a:link	       {color: #000000;
		text-decoration: none;}
a:visited      {color: #333333;
a:active       {color: #990000;
a:hover	       {color: black;
		text-decoration: underline;}
 */

.sub	       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
		font-weight: bold; color: #CCCCCC;}

.home_sect     {position: relative; left: 0.2cm; top: 1.1cm;
		font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
                font-weight: normal; color: #003300;}

.heading       {position: relative; left: 0.9cm; top: 0.35cm;}

.flash_logo    {position: absolute; left: 23.0cm; top: 0.35cm;}

.nav_content   {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
                font-weight: normal; color: #003300;}

.page_sect     {position: relative; left: 0.2cm; top: 0.8cm;
		font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
                font-weight: normal; color: #003300;}

.page_sect3    {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
                font-weight: normal; color: #003300;
                padding-top: 10px;
                padding-bottom: 1px;
                margin-left: 15px; margin-right: 15px;}

.sect3_head    {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
                font-weight: bold; text-decoration: underline; color: black;}

.bottom	       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
                font-weight: normal; color: #003300;
                padding-top: 8px;
                margin-left: 15px; margin-right: 15px;}

.counter       {visibility: hidden;}

.copyright     {font-family: Arial, Helvetica, sans-serif; font-size: 13pt;
                font-weight: normal; color: #2548FF;}

.msgWindow    {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
               font-weight: normal; color: navy;}


