@charset "UTF-8";
/* CSS Document */


.container
{
	padding:10px 10px 10px 10px;
	
	margin-left:5px;
}

.top
{
	padding-top:.5em;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.content
{
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	margin:0;
	font-size:13px;
	text-align:justify;
	
	margin-left:10px;
	margin-right:10px;
}

.content p p
{
	margin-left:: 20px;
}

.product 
{
	padding:.5em;
	background-color:grey;
	width:100%;
	border:1px dashed black;
	margin-bottom:30px;
	margin-left: 0px;
	margin-right: 0px;
}

.top h1
{
	color:#CC0000;
	font-size:18px;
	font:"Goudy Old Style";
	padding:0;
	margin:0;
}

.content img
{
	align:"center";
	border:1px solid black;
	height:auto;
	width:80%;
	margin-bottom:30px;
}

.content2 img
{
	align:"center";
	height:auto;
	width:650px;
	margin-bottom:30px;
	border:none;
}

