@charset "utf-8";
/* CSS Document */
	#contentWrapper p,h1,h2,h3,h4,h5,img {
		padding: 0;
		margin: 0;
		border: none;
		font-family: Verdana, Geneva, sans-serif;
	}
	#contentWrapper p{
		font-size: 12px;
	}
	#contentWrapper {
		width: 640px;
	}
	#header{
		text-align: center;
	}
	#date {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		padding: 10px 0 10px 0;
	}
	#title p{
		font-size: 19px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0 0 8px 0;
	}
	#tested {
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
	}
	#tested p{
		font-size: 11px;
	}
	#content {
		padding: 10px 0 0 0;
	}
	#content p{
		padding: 0 10px 10px 10px;
		line-height: 20px;
	}
	#content ol{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		padding: 0 10px 10px 10px;
		margin: 0px 0px 0px 40px;
	}
	#content table{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
	}
	
	#content h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 17px;
		padding: 3px 10px 5px 10px;
	}
	#content h4 {
		font-size: 10px;
		font-weight: normal;
		padding: 0 10px 5px 20px;
	}
	#content img{
		padding: 4px;
		border: #999999 1px solid;
		margin: 0 8px 10px 12px; 
		float: right;		
	}
	#content img:hover{
		border: #000000 1px solid;
	}
	#shrink {
		width: 100px;
		height: auto;
		cursor: pointer;
	}
	#enlarge {
		width: 350px;
		height: auto;
	}
	.section {
		margin: 0 0 10px 0;
		clear: both;
	}
	#productHeader {
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
		text-align: center;
	}

	#productHeader p{
		font-size: 11px;
	}
	#productSection {
		text-align: center;
	}
	#footer{
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	#productSection a {
		font-size: 12px;
		color: #999999;
		text-decoration: none;
	}
	#productSection a:hover {
		color: #003;
		text-decoration: underline;
	}
	#footer a {
		font-size: 12px;
		font-weight: 900;
		color: #333333;
		text-decoration: none;
	}
	#footer a:hover {
		
		color: #003;
		text-decoration: underline;
	}


