
/* Default Font */

body, div, span, ul, li, p, td {

  font-family:		verdana;
  font-size:		10pt;
  color:		#333333
}


/* Headings */

h1 
{
color: #000000;
text-decoration:	bold;
text-align: left;
font-size: 12pt
} 

h2
{
color: #000000;
text-decoration:	bold;
font-size: 10pt
} 

h3
{
color: #000000;
text-align: left;
font-size: 8pt
} 







/* Links */

a:link {
  text-decoration:	none;
  color:		#6699CC
}

a:visited {
  text-decoration:	none;
  color:		#6699CC
}

a:hover {
  text-decoration:	underline;
  color:		#333366
}

a:active {
  text-decoration:	none;
  color:		#6699CC
}



/* Blank */

.blank {
  font-size:		1pt;
}