DIV#Main DIV.Container
{
	height: 335px;
	overflow: auto;
}

	DIV#Main DIV.Container OL
	{
		line-height: 14px;
		padding: 5px 90px 0px 60px;
	}

		DIV#Main DIV.Container OL LI
		{
			margin: 15px 0px 0px 0px
		}

			DIV#Main DIV.Container OL LI H4
			{
				color: #ff4d2f;
				font-weight: bold;
				font-size: 10px;
			}

			DIV#Main DIV.Container OL LI P
			{
				font-weight: normal;
				font-size: 10px;
			}

				DIV#Main DIV.Container OL LI P A
				{
					color: #666666;
					font-weight: bold;
					text-decoration: none;
				}

				DIV#Main DIV.Container OL LI P A:hover
				{
					text-decoration: underline;
				}
