
/* Links */
a.sm_component:link, a.sm_component:visited {
	font-size: 11px; 
	color: #271E4B; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
a.sm_section:link, a.sm_section:visited {
	font-size: 11px; 
	color: #271E4B; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.sm_category:link, a.sm_category:visited {
	font-size: 11px; 
	color: #271E4B; 
	text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.sm_item:link, a.sm_item:visited {
	font-size: 11px; 
	color: #271E4B; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
a.sm_component:hover {
	color: #7E88A2;	
	text-decoration: none;
	font-weight: bold;
	}

a.sm_section:hover	{
	color: #7E88A2;	
	text-decoration: none;
	font-weight: bold;
	}

a.sm_category:hover {
	color: #7E88A2;	
	text-decoration: none;
	font-weight: bold;
	}

a.sm_item:hover{
	color: #7E88A2;	
	text-decoration: none;
	font-weight: normal;
	}
	
hr {
	color: #D2D8E9;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	border: none 0; 
	border-top: 1px dashed #D2D8E9;/*the border*/
	}
