@charset "utf-8";
/* List CSS */

/* - - - - - - - - - - - -  LIST CSS - - - - - - - - - - - -  */
/*class for Blue Arrow */
#list1 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list1 li
	{
	list-style:none;
	width:96%;
	background:url(list1.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}

/*class for Red Arrow */
#list2 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list2 li
	{
	list-style:none;
	width:96%;
	background:url(list2.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}

/*class for Blue circle */
#list3 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list3 li
	{
	list-style:none;
	width:96%;
	background:url(list3.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}
/*class for Black Arrow */
#list4 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list4 li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}
	
/*class for Red Cross */
#list5 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list5 li
	{
	list-style:none;
	width:96%;
	background:url(list5.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}
/*class for Thin Black Arrow */
#list6 ul {list-style:none; padding-left: .5em; font-size:12px; color:#00F;}
#list6 li
	{
	list-style:none;
	width:96%;
	background:url(list6.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}

/*class for Green Tick */
#list7 ul {list-style:none;  padding-left: 1px; font-size:12px; color:#00F;}
#list7 li
	{
	list-style:none;
	width:96%;
	background:url(list7.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	margin-left: -30px;
	font-weight:bold;
	}
	
/*class for various */
#var1 ul {list-style:none;  padding-left: 1px; font-size:12px; color:#00F;}
#var1 li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	margin-left: -30px;
	}
	
#var2 ul {list-style:none;  padding-left: 1px; font-size:12px; color:#00F;}
#var2 li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	margin-left: -30px;
	}

#var3 ul {list-style:none;  padding-left: 1px; font-size:12px; color:#00F;}
#var3 li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	margin-left: -30px;
	}
	
#var4 ul {list-style:none;  padding-left: 1px; font-size:12px; color:#00F;}
#var4 li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em;
	padding-left: 2.1em;
	line-height: 1.6em;
	margin-left: -30px;
	}
	
/*class for Black Arrow CAN */
#can ul {list-style:none; padding-left: .5em;  font-size:12px; color:#00F;}
#can li
	{
	list-style:none;
	width:96%;
	background:url(list4.png);
	background-repeat:no-repeat;
	background-position: 0.1em 0em;
	padding-left: 2.1em;
	line-height: 1.6em;
	}