﻿h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style:italic;
	display: inline;
	vertical-align: top;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	padding: 5px;
	vertical-align:top;
}

li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

img
{
	border-style: none;
}

a:link 
{
	COLOR: green;
}

a:visited
{
	color: green;
}

a:hover 
{
	COLOR: #00CC66;
}

a:active 
{
	COLOR: blue;
}

.StandardBackground
{
    /* Gray background - testing white
	background-color: #E1E1E1; */
	background-color: white;
}

.StandardForm
{
	background-color: black;
	border: thin;
	border-color: gray;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

.StandardFooter
{
	background-color: black;
	text-align: center;
}

.Menubar
{
	background-color: black;
	padding-left: 5px;
	margin-left: auto;
	text-align: right;
}

.DefaultBody,.ProductBlock
{
    /* Gray background - testing white
	background-color: #E1E1E1; */
	background-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color: black;
	padding: 10px;
}

.ProductDoYouKnow
{
	background-color: #E1E1E1;
	color: green;
	border: 1px;
	border-style: solid;
	border-color: green;
	margin-bottom: 20px;
	vertical-align: top;
	padding-top: 0px;
}

.ContactUsBlock
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 25px;
	text-align: left;
}
