<!--
@media all {
	div.pg_title,div.pg_header {
		margin-top: 20px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		text-align: center;
		}
	div.pg_title {
		color: #ffffff;
		}
	div.pg_header {
		font-size: 16px;
		color: #336699;
		margin-bottom: 4px;
		}
	img.intext_logo {
		vertical-align: middle;
		}
	div.pg_text {
		text-align: left;
		margin-top: 10px;
		padding-left: 31px;
		padding-right: 31px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 12px;
		color: #000000;
		text-indent: 20px;
		line-height: 150%;
		}
	ol {
		margin-left: 80px;
		}
	li {
		margin-top: 6px;
		}
	a.intext_lnk {
		color: #336699;
		}
	#pg_content {
		padding-bottom: 6px;
		}
	div.pg_title {
		margin-bottom: 20px;
		}
	a.item_image {
		display: block;
		float: left;
		width: 210px;
		height: 160px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		cursor:pointer;
		}
	a.item_image:hover {
		
		}
	img.item_image {
		margin: 0px;
		width: 200px;
		}
	}
//-->