/* CSS Document */


/* TUNERANGER SYSTEM REQUIREMENTS BULLET LIST */

#trsyscol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:130%;
	text-align: left;
	vertical-align:top;
	color: #FFFFFF;
	
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}

#trsyscol_bullets ul
	{
	vertical-align:top;
	list-style-type: none;

	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;

	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	
	text-indent: 0;
	width: 200px;
	}

#trsyscol_bullets li
	{
	vertical-align:top;
	background-image: url(../images/bullets/redrrect_9x5.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 17px;
	padding-bottom: 3px;
	}


