#Hubs
  {
	font-size : 12;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	color: black;
}
  

 #Hubs UL
 {
	list-style: square;
	font-size: 10pt;
	line-height: 105%;
	font-family: verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}

#Hubs OL
 {
	list-style: square;
	font-size: 10pt;
	line-height: 105%;
	font-family: verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}

 #Hubs  LI
 {
	list-style: square;
	font-size: 10pt;
	line-height: 105%;
	font-family: verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}


#Hubs A:link   /* unvisited link */			  
{
	color: #003399;
	text-decoration: underline;
}      

#Hubs A:visited 		 /* visited links */
{
	color: Purple;
	text-decoration: underline;
}  

#Hubs A:hover   /* mouse over link */
 {
	color: Teal;
	text-decoration: underline;
}  

#Hubs A:active 	    /* active links */
{
	color: Red;
	text-decoration: underline;
}

#Hubs P
{
	font-size : 13;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}


#Hubs H1 
 {
	font-size : 20;
	font-weight:bold;
	font-family: sans-serif;
	font-style: normal;
	color: Purple;
}

#Hubs H2 
 {
	font-size : 16;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold; 
	color: Blue;
}

#Hubs H3 
 {
	font-size : 14;
	font-family: sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #660033;
}

#Hubs Table
{
	border : 1;
	margin-bottom : 1;
	margin-left : 1;
	margin-right : 1;
	margin-top : 0;
	padding-top: 0;
	padding-right: 1;
	padding-bottom: 1;
	padding-left: 1;
	text-align : left;
}

#Hubs TD
{
	font-family : sans-serif;
	font-size : 12px;
	padding : 1;
}

