/* 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 Tags */
h1
{
	display: inline;
	font-size: 17px; 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	
}

h2
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #FF3333; 
	text-decoration: none;
}
h4
{
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D
	text-decoration: none;
}
h5
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.SmallFont
{
	font-size: 9px;
}

/* Footer Tags */
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;
}


/* Conf Tags */
a.Conf
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #FF3333; 
}

/* Tree Navigation */
a.TreeLeftNav
{
	color : #646464;	
}