body
{
}
.BulletArrow
{
}



/*	
this works, but bullets disappear after scolling off page
list-style-image: url(file:///C:\Inetpub\wwwroot\website\1\Bmp\arrow_right_grey_2.jpg);
background: url(file:///C:\Inetpub\wwwroot\website\1\Images\Png\arrow_right_grey_2.png) no-repeat;
*/

UL
{
	padding-left: 15px;
	background: url(Images/Png/arrow_right_grey_2.png) no-repeat;
	margin-left: 0px;
	list-style-type: none;
}

DIV
{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

HR
{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

a.divlink, a.divlink:link {
display:block;
width:100%; /*width needs to be specified to work in IE*/
height:100%; /*height needs to be specified to work in IE*/
/*Other browsers expand the link to full width and height.*/
line-height:0;
font-size:0;
}


/*delete this!
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}

select, option {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}
*/
