﻿body
{
}

.PageWidth
{
 width:600px;
 background-color:White;
}

.ProductDiv
{
 width:auto;
 background-color:White;
}

.ProductsImageBox
{
 text-align:center;
 width:300px;
}

.ProductsTextRegion
{
	text-align: left;
	width: 300px;
	padding: 10px;
	color: #003366;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.ContactNameCard
{
	width: 200px;
	text-align: left;
	font-size: small;
	padding: 10px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}


