

		#HomePage_MainImage
		{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 340px;
			height: 470px;
		}

		#HomePage_Logo
		{
			position: absolute;
			left: 348px;
			top: 0px;
			width: 182px;
			height: 336px;
			background-color: #ffffff;
		}

		#HomePage_Image2
		{
			position: absolute;
			left: 348px;
			top: 345px;
			width: 182px;
			height: 125px;
		}

		#HomePage_NewsEmail
		{
			position: absolute;
			left: 537px;
			top: 0px;
			width: 258px;
			height: 470px;
		}

		.HomePage_NewsTable, .HomePage_EmailTable
		{
			position: relative;
			width: 256px;
			background-color: #818285;
			color: #ffffff;
		}

		#HomePage_News_Content
		{
			position: relative;
			width: 246px;
			margin: 5px 5px 10px 5px;
			color: #ffffff;
			font-size: 11px;
		}

		.HomePage_EmailTable table
		{
			margin-top: 10px;
		}

		.HomePage_EmailTable td
		{
			color: #818285;
		}

		.HomePage_EmailTable td input
		{
			font-size: 11px;
			width: 115px;
		}

		.EmailTable_Header
		{
			width: 246px;
			color: #ffffff;
			font-size: 13px;
			text-align: center;
			font-weight: bold;
		}

		.submitButton
		{
			background-color: #818285;
			color: #ffffff;
			border: 0px;
			font-size: 10px;
			padding: 4px 0px 3px 0px;
		}