/* Generic Tags */
body,td,p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:15px;
}

a
{
	text-decoration:none;
	color : #3366CC;	
}
a:Hover
{
	text-decoration:underline;
	color : #000000;	
}
a:Visited
{
	color : #646464;	
}


/* Header */
h1
{
	font-size: 17px; 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	color: #4D4D4D; 
}

h2
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h3, h4, h5, h6
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.SmallFont
{
	font-size: 9px;
}

/* Static */
a.Static:Visited
{
	color : #3366CC;
}

/* Footer */
a.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 11px;
	color : #000000;
}
a.Footer:Visited
{
	color : #000000;
}
a.Footer:Hover
{
	color : #FF0000;
}


/* Footer */
a.TreeLeftNav
{
	text-decoration:none;
	color : #000000;
}
a.TreeLeftNav:Visited
{
	text-decoration:none;
	color : #000000;
}
a.TreeLeftNav:Hover
{
	text-decoration:underline;
	color : #3366CC;
}

