/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	color: #000000; font-size:10pt; margin-left:5
}

/************** text styles *****************/

.black{
	font-size: 10pt;
	font-family:Verdana; color:#000000; margin-left:10
}

/***********************************************/
/* BUTTONS                       */
/***********************************************/

.button{
	font-size: 10pt;
	font-family:Verdana; color:#000000; font-weight:bold
}

a:link.button {
      color: #000000;
      text-decoration: none; font-family:Verdana; font-size:10pt; font-weight:bold
}
a:visited.button {
      color: #000000;
      text-decoration: none; font-family:Verdana; font-size:10pt; font-weight:bold
}
a:hover.button {
      color: #CC33FF;
      text-decoration: none; font-family:Verdana; font-size:10pt; font-weight:bold
}
a:active.button {
      color: #CC33FF;
      text-decoration: none;
      font-family:Verdana; font-size:10pt; font-weight:bold
}

/***********************************************/
/* NORMAL LINKS for nav bottom          */
/***********************************************/

a:link {
      color: #000000;
      text-decoration: none; font-family:Verdana; font-size:10pt 
}
a:visited {
      color: #333333;
      text-decoration: none; font-family:Verdana; font-size:10pt
}
a:hover {
      color: #CC66FF;
      text-decoration: none underline;
      font-family:Verdana; font-size:10pt
}
a:active {
      color: #666666;
      text-decoration: none;
      font-family:Verdana; font-size:10pt
}