/* Hobsons Chartered Accountants - Nottingham NG5 1AY
Services Div Style Sheet.*/

/*-------------------------------------------------------------------------------------------------*/
div#left_main_box p {
text-align: left;
}

div#left_main_box {
	width: 210px;
	border: 1px solid #CCCCCC;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-size:11px;
	color: #666666;
}

div#left_main_box UL {
	list-style:  url("../images/generic/bullet.gif");
}
div#left_main_box LI {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#left_main_box a:link, div#left_main_box a:visited {
	
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #666666;
	text-decoration:none;
}
div#left_main_box a:hover, div#left_main_box a:active, {
	
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000000;
	text-decoration: underline;
}
