/****************************************
* Class to Control the left side links
****************************************/
Table.Hyperlinks
{
	width:100%;
	text-decoration: none;
	color: black;	
}
Table.Hyperlinks tr 
{
    color: white;
}
/* Navigation headings */
Table.Hyperlinks td 
{
    font-size: 12px;
    font-weight: 600;
    background-color: #00B4FE;
    text-indent: 6px;
}
/* Article links under the headers */
td.Hyperlinks_Links a  
{
    display: block;
	padding: 2px 2px 3px 6px;
	background-color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: 300;
    color: black;
}
td.Hyperlinks_Links a:hover 
{
    background-color: azure;
}
td
{
	vertical-align:top;	font-family:Arial; font-size:10px;
}


