p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
}

table.menu {
	background-color : White;
}
span.menuTitle {
	color : White;
	font-weight : bold;
}

span.menuAuthor {
	font-weight : bold;
	font-size : 8pt;
}

a.menu {
  text-decoration : none;
}
a.menu:hover {
	text-decoration : underline;
}
a.menu:visited {
   color : #0000CC;
}

.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
} 



/**
GO GO GO
**/

.text {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
}
.textAuthor {
		font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
}
.textTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

p.textTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}
span.textAuthor {
	font-style : italic;
}

a.text {
  text-decoration : underline;
  color : Blue;
}
a.text:hover {
	text-decoration : none;
}
a.text:visited {
   text-decoration : none;
}
