/* Website stylesheet defintion */
 
 A:link      {
	color: #ccffcc;
	TEXT-DECORATION: none;
	font-weight: bold;
	font: arial;
	background : #179972;
}
 A:visited   {
	color: Navy;
	TEXT-DECORATION: none;
	font-weight: bold;
	font: arial;
}
 A:active    {
	color: White;
	TEXT-DECORATION: none;
	font-weight: bold;
	font: arial;
	background : #909090;
	font-weight : bold;
}
 A:hover     {
	color: Navy;
	TEXT-DECORATION: underline overline;
	font-weight: bold;
	font-style: arial;
	background-color : #FFFFFF;
}

input.press
 { color: #FFFFFF; 
   background-color: #009999; 
   font-weight: bold; 
   font-family: Arial; 
   font-size: 10pt; 
   cursor: hand }

 
BODY{
	background-color: #179972;
scrollbar-face-color: navy;	
scrollbar-3dlight-color: navy;
scrollbar-highlight-color: navy;
scrollbar-shadowcolor: navy;
scrollbar-darkshadow-color: navy;
scrollbar-arrow-color: silver;
scrollbar-track-color: silver;
}

P{
	font-family: Arial;
	font-size: 10pt;
}
 
 p.list   
 { background-color: #99CCFF;
   BORDER-BOTTOM: #3333FF 3px solid; 
   BORDER-RIGHT: #3333FF 3px solid; 
   BORDER-LEFT: #CCFFFF 3px solid; 
   BORDER-TOP: #CCFFFF 3px solid; 
   COLOR: #000066; 
   font-family: Arial; 
   font-size: 14pt bold;
   TEXT-ALIGN: center } 
   
 .titleborder
{
	background-color: Navy;
	BORDER-BOTTOM: 4px solid #7B68EE;
	BORDER-RIGHT: 4px solid #7B68EE;
	BORDER-LEFT: 4px solid #7B68EE;
	BORDER-TOP: 4px solid #7B68EE;
	COLOR: White;
	font-family:: arial;
	font-size: 16pt ;
	text-align : center;
	padding : 10 10 10 10;
} 

 .border12pt
 {
	background-color: White;
	BORDER-BOTTOM: 2px solid #7B68EE;
	BORDER-RIGHT: 2px solid #7B68EE;
	BORDER-LEFT: 2px solid #7B68EE;
	BORDER-TOP: 2px solid #7B68EE;
	COLOR: Navy;
	font-family:: arial;
	font-size: 12pt ;
	padding : 10 10 10 10;	
}

 .border
{
	background-color: White;
	BORDER-BOTTOM: 2px solid #7B68EE;
	BORDER-RIGHT: 2px solid #7B68EE;
	BORDER-LEFT: 2px solid #7B68EE;
	BORDER-TOP: 2px solid #7B68EE;
	COLOR: Navy;
	font-family:: arial;
	font-size: 12pt ;
	text-align : center;
	padding : 5 5 5 5;
	font-style : italic;
} 

.docnav
{ font-family: tahoma,"arial black",impact;
  font-size: 14pt;
  font-weight: bold;
  background-color: #66ccff;
  COLOR: #000066; 
  text-align: center; }

.header
{ font-family: arial;
  font-size: 20pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #66ccFF;
  text-align: left; }
  
.table
{ font-family: arial;
  font-size: 10pt;
  text-align: left; }

.tableheader
{ font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #66ccFF;
  text-align: center; }
	
.colheader
{ font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-align: left; }
  
 .italic
 {
 	font-family: tahoma, arial;
	font-size: 10pt;
	color: #333333;
	background-color: white;
	color: #000066;
	text-align : justify;
	font-style: italic;
 }

.title
{
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	font-weight : bold;
}

.content
{
	font-family: tahoma, arial;
	font-size: 10pt;
	color: #333333;
	background-color: white;
	color: #000066;
	text-align : justify;
}
.navigation
{
	font-family: tahoma, arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-color: white;
	color: #000066;
	text-align : justify;
}
.links
{ font-family: tahoma, arial;
  font-size: 12pt;
  color: #000066;
  background-color: #66CCFF;}

.small
{ font-family: tahoma, arial;
  font-size: 8pt;
  color: #333333; }

.footer 
{ font-family: tahoma, arial;
  font-size: 8pt;
  color: #ffffff;
  background-color: #66ccFF;
  text-align: center;}

/* END */