﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body 
{
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
#content
{
    width: 600px;
    padding-left:2em;
    padding-top: 2em;
}
#content h1
{
    font-size:182%;
    margin:1em 0 ;
}
#content p
{
    font-size:92%; 
    margin-bottom:1em;
}
#content blockquote
{ 
    font-size:92%;
    margin:0 0 0 4em;
    width:50%;
    margin-bottom:1em;
}
#content strong
{
    font-weight:bold;
}
#content .infinity
{
    font-family:Arial,Helvetica; 
    font-weight:bold;
    font-style:italic;
    font-size:90%;
}
#content hr 
{
    display:block;
    float:none;
    clear:both;
    margin:2em 0;}

#content table
{
    border-collapse:collapse;}

#content table tr
{}

#content table tr td
{
    font-size:100%;
    padding-bottom:1em;
    vertical-align:top;
    }

#content table tr td.date
{
    padding:0 10px;}

#content table tr td.product
{
    font-weight:bold;
    text-align:center;
    width:100px;
}
#content .big
{
    font-size:1.4em;
}
#content img
{
    float:right;
    clear:right;
    margin-bottom:1em;}
#content .Copyright
{
    display:block;
    font-size: 8pt;
    width:100%;}
#content .Copyright hr
{
    margin:10px 0 5px;
}    