.SidebarHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #FFCC99;
}

.SidebarLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : White;	
}

/* Sidebar Header Links */
a.SBHLink:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFCC99;
	font-size : 10pt;
	font-weight : bold;	
	text-decoration : none;
}

a.SBHLink:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFCC99;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

a.SBHLink:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9966;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

/* Sidebar sub Links */
a.SBLink:link {
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

a.SBLink:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

a.SBLink:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}