DIV#Main DIV.Container
{
	height: 335px;
	overflow: auto;
	text-align: left;
}

	DIV#Main DIV.Container P.Intro
	{
		float: left;
		display: inline;
		margin: 10px 38px 20px 60px;
	}

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

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

			DIV#Main DIV.Container OL LI H4
			{
				color: #ffffff;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 10px;
				background-color: #02577e;
				padding: 3px 20px 3px 20px;
			}

			DIV#Main DIV.Container OL LI P
			{
				font-weight: normal;
				font-size: 10px;
				background-color: #ffffff;
				color: #9d9c9c;
			}

				DIV#Main DIV.Container OL LI P SPAN.Padding
				{
					display: block;
					padding: 10px 20px 10px 20px;
				}

				DIV#Main DIV.Container OL LI P A
				{
					color: #ff4d2f;
					font-weight: bold;
				}
