/* My CSS File */


/* Define paragraphs,lines and headings */

h1 {color: #5B4176;
   font-size: 14pt;
   font-weight: bold;
   font-family: arial,helvetica;
   text-align: center;}	


h2 {color: #5B4176;
   font-size: 12pt;
   font-weight: bold;
   font-family: arial,helvetica;
   text-align: left;}	

h3 {color: #5B4176;
   font-size: 12pt;
   font-weight: bold;
   font-family: arial,helvetica;
   text-align: center;}


h4 {color: #5B4176;
   font-size: 12pt;
   font-weight: bold;
   font-family: arial,helvetica;
   text-align: center;}
   
p {color: black;
   font-size: 12pt;
   font-family: arial,helvetica;
   margin-left:0.3in;
   margin-right:0.3in;}	


ul {color: black;
   font-size: 12pt;
   font-family: arial,helvetica;
   margin-left:0.3in;
   margin-right:0.3in;}

ul.1
   {color: black;
   font-size: 12pt;
   font-weight: bold;
   font-family: arial,helvetica;
   margin-left:0.3in;
   margin-right:0.3in;}

li {color: black;
   font-size: 12pt;
   font-family: arial,helvetica;
   margin-left:0.5in;
   margin-right:0.3in;}	




/* Define tables */

td.a
{
	background-color: #E6DEED;
	font-family:arial,helvetica;
	font-size: 8pt;
}

td.b
{  color: black;
   font-size: 14pt;
   font-family: arial,helvetica;
   margin-left:0.3in;
   margin-right:0.3in;}

td.c
{
	color: black;
	font-family:arial,helvetica;
	font-size: 8pt;
}


/* Create a class of link named 'mylink' */


a.mylink
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:link 
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:visited
{
  color: blue;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:hover
{
  color: #5B4176;  
  text-decoration: none;
  text-weight: bold;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:active
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}


/* Create a class of link named 'mylink2' */

a.mylink2
{
  color: #5B4176;
  font-size: 12pt;
  font-family: arial,helvetica;
}

a.mylink2:link 
{
  color: #5B4176;
  text-decoration: underline;
}

a.mylink2:visited
{
  color: #5B4176;
  text-decoration: underline;
}
a.mylink2:hover
{
  color: blue;
  text-decoration: none;
  text weight: bold;
}

a.mylink2:active
{
  color: #5B4176;
  text-decoration: underline;
}


/* Create a class of link named 'disc' */

a.disc
{
  font-size: 8pt;
  font-family: arial,helvetica;
  color: #5B4176; 

}
a.disc:link 
{
  color: #5B4176;
  text-decoration: underline;
}

a.disc:visited
{
  color: blue;
  text-decoration: underline;
}
a.disc:hover
{
  color: #5B4176;
  text-decoration: bold;
}

a.disc:active
{
  color: blue;
  text-decoration: underline;
}


/* 'legallinks'*/

a.legallinks
{
  color: white;
  font-size: 14pt;
  font-family: arial,helvetica;
  font-weight: none;
  text-decoration: none;
}

a.legallinks:link 
{
  color: white;
  font-size: 14pt;
  font-family: arial,helvetica;
  text-decoration: none;
}

a.legallinks:visited
{
  color: white;
  font-size: 14pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: none;
}

a.legallinks:hover
{
  color: white;
  font-size: 14pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: underline;
}

a.legallinks:active
{
  color: white;
  font-size: 14pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: none;
}


/* 'perslinks'*/

a.perslinks
{
  color: white;
  font-size: 10pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: none;
}

a.perslinks:link 
{
  color: white;
  font-size: 10pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: none;
}

a.perslinks:visited
{
  color: white;
  font-size: 10pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: none;
}

a.perslinks:hover
{
  color: white;
  font-size: 10pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: underline;
}

a.perslinks:active
{  
  color: white;
  font-size: 10pt;
  font-family: arial,helvetica;
  font-weight: bold;
  text-decoration: underline;
}

/* Create a class of link named 'mylink' */


a.mylink
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:link 
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:visited
{
  color: blue;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:hover
{
  color: #5B4176;  
  text-decoration: none;
  text-weight: bold;
  font-family: arial,helvetica;
  font-size: 12pt;
}

a.mylink:active
{
  color: #5B4176;  
  text-decoration: underline;
  font-family: arial,helvetica;
  font-size: 12pt;
}

/* Create a class of link named 'loc' */


a.loc
{
  color: #E6DEED;  
 
}

a.loc:link 
{
  color: #E6DEED;  

}

a.loc:visited
{
  color: #E6DEED;  

}

a.loc:hover
{
  color: #E6DEED; 

}

a.loc:active
{
  color: #E6DEED;  
  
}
