﻿@charset "utf-8";
/* CSS Document */

ol li {
  	list-style-type: decimal;
}

ol.terms ol.terms li {
  	list-style-type: lower-alpha;
	margin-top: 5pt;
	margin-bottom: 10pt;
}
	
ol.terms { 
	list-style-position: outside; 
	font-family: "Arial", Lucida Sans Unicode, Trebuchet MS, Verdana;
	font-size: 10pt;
	font-weight: normal; 
	color: #1e1e20; 
}

li.improved { 
	font-family: "Arial", Lucida Sans Unicode, Trebuchet MS, Verdana;
	font-size: 10pt;
	font-weight: bold; 
	color: #669900; 
}
	
ol.terms a:link  { 
	color: #ff6600; 
	text-decoration: underline;
}

ol.terms a:visited  { 
	color: #ff6600; 
}

ol.terms a:active  { 
	outline: none;
}

ol.terms a:hover  { 
	color: #669900;
	text-decoration: underline;
}

#nested_list ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#nested_list li {
	background-repeat: no-repeat;
	background-position: .1em .2em;
	padding-left: 0.5em;
	margin-top: 0.8em;
}

li.newbullet {
	list-style-image: url('../ims/orange_bul_10x10.png');
	vertical-align: middle;
}
