// =====================================

body,
div,
p,
td,
li,
small,
big,
a
	{ 
		font-family: Verdana, Arial, sans-serif;
                font-size: small;
		color: #666666;
		background: #ffffff 0% 0%
	}
a
{
	font-family: Verdana, Arial, sans-serif;
        font-size: small;
	color : #333333;
	text-decoration : underline;
}
a.nav:link
{
	text-decoration : none;
}
.inactivenav
{ 
	color: #333333;
}
a:visited
{
	color : #333333;
}
a:hover
{
	color : #0000ff;
}
p
{
	font-family: Verdana, Arial, sans-serif;
        font-size: small;
	margin-top : 0;
	margin-bottom : 1em;
}
p.i0
{
	font-family: Verdana, Arial, sans-serif;
        font-size: small;
	text-indent : 0;
}
em
{
        font-size: small;
        font-weight: bold;
        font-style: normal;
}