/* CSS Document */

ol li
	{
		list-style-type: decimal;
		padding: 0px;
		margin: 0px;
		margin-left: 24px;
		background: none;
	}
	
ol.alpha li
	{
		list-style-type: lower-alpha;	
	}
	
ol.roman li
	{
		list-style-type: lower-roman;
	}
	
.boldtitle
	{
		font-weight: bold;
		text-decoration: underline;	
	}
	
a
	{
		font-weight: bold;	
	}

/* End of CSS Document */